[ardour-dev] [PATCH]bring mouseclicked audioregions gtk-window to top

Karsten Wiese annabellesgarden at yahoo.de
Wed Dec 29 10:44:12 PST 2004


to: let it's name be seen if regions overlap.

>>>>>>
--- ardour_neu/ardour6/gtk_ardour/editor.cc     2004-12-22 16:46:04.000000000 +0100
+++ ardour/gtk_ardour/editor.cc 2004-12-28 19:59:12.000000000 +0100
@@ -3540,7 +3540,8 @@
                set_selected_track_from_click (add, false, no_track_remove);

        } else {
-
+               gtk_canvas_item_raise_to_top (clicked_regionview->get_canvas_group());
+               gtk_canvas_item_raise_to_top (clicked_regionview->get_time_axis_view().canvas_display);
                if (clicked_regionview->get_selected()) {
                        /* no commit necessary: we are the one selected. */
                        return;
<<<<<<

Karsten



More information about the Ardour-Dev mailing list