summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-25 22:42:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-25 22:42:35 +0000
commit884ee2a3ccf545cc0502f82191e9cc54257e5420 (patch)
tree916f804e3e694f1727ff6c1c35b718d156a02a90 /gtk2_ardour/region_layering_order_editor.cc
parentb92ebde801af5c499d16258860ee7a16da9623c4 (diff)
check dependents in Playlist after moving a region to a specific layer; make region layering editor appear reliably; click on xfade sets clicked_routeview
git-svn-id: svn://localhost/ardour2/branches/3.0@7692 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.cc')
-rw-r--r--gtk2_ardour/region_layering_order_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/region_layering_order_editor.cc b/gtk2_ardour/region_layering_order_editor.cc
index 6f9ce645db..2f6963d7b7 100644
--- a/gtk2_ardour/region_layering_order_editor.cc
+++ b/gtk2_ardour/region_layering_order_editor.cc
@@ -219,6 +219,7 @@ RegionLayeringOrderEditor::maybe_present ()
hide ();
return;
}
+
present ();
}