summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 00:27:05 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 00:27:33 +0200
commit01a43c6b1e30f9bef7fabf5f52cc031f149aaefa (patch)
tree8b55fbe0baf3f9e300d35b52247f2858e3f2f37f /gtk2_ardour/editor_mouse.cc
parent14b27be65842203ffc73b274feb03576126d8204 (diff)
Another round of whitespace fixes
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 9018f4938f..e038df865a 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -501,10 +501,9 @@ Editor::button_selection (ArdourCanvas::Item* item, GdkEvent* event, ItemType it
_mouse_changed_selection = set_selected_regionview_from_click (press, op);
} else {
/* don't change the selection unless the
- clicked track is not currently selected. if
- so, "collapse" the selection to just this
- track
- */
+ * clicked track is not currently selected. if
+ * so, "collapse" the selection to just this track
+ */
if (!selection->selected (clicked_axisview)) {
set_selected_track_as_side_effect (Selection::Set);
}