summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-12 01:14:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-12 01:14:21 +0000
commit72d9f9df468981dc06536a51db8f92b79d429c58 (patch)
tree3bd92133a8b3cecfed8729022baf8b779e60f6b6 /gtk2_ardour/editor_mouse.cc
parente19ff50c2c37a0a68b0e3a99a5ff7c894d601a5f (diff)
JAG's new region layer editor, tweaked by me to (a) hide editor if we click in a location with just 1 region under the mouse (b) automatically update to reflect playlist modification outside of the layering editor (c) add a clock and a track name to give a bit more context to the editor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6067 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 980f3709cb..c239a98d52 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -922,6 +922,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
}
button_selection (item, event, item_type);
+ update_region_layering_order_editor (where);
/* edit events get handled here */