fix hard/impossible trimming situation
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 18 Aug 2016 03:09:33 +0000 (23:09 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 18 Aug 2016 03:09:33 +0000 (23:09 -0400)
gtk2_ardour/time_axis_view_item.cc

index 61ac7283077a8f9c2fe69ba4e57f7a6be8ed01d4..2a97626107224b8faea9748de708d945957fdd5f 100644 (file)
@@ -853,6 +853,9 @@ TimeAxisViewItem::reset_width_dependent_items (double pixel_width)
                                frame_handle_end->set_x0 (pixel_width - (TimeAxisViewItem::GRAB_HANDLE_WIDTH));
                                frame_handle_end->set_x1 (pixel_width);
                                frame_handle_end->show();
+
+                               frame_handle_start->raise_to_top ();
+                               frame_handle_end->raise_to_top ();
                        }
                }
        }