Editor Summary: Don't require user to re-click to scroll + zoom.
[ardour.git] / gtk2_ardour / location_ui.h
index 0d1115febaf2015f1c85e5d6275f6d756a8078ea..46495aa4fca323f4f8586ad6763b710985c9e199 100644 (file)
@@ -33,8 +33,8 @@
 #include "ardour/location.h"
 #include "ardour/session_handle.h"
 
-#include "gtkmm2ext/pane.h"
 #include "widgets/ardour_button.h"
+#include "widgets/pane.h"
 
 #include "ardour_window.h"
 #include "audio_clock.h"
@@ -180,7 +180,7 @@ private:
        LocationEditRow      punch_edit_row;
        Gtk::VBox loop_punch_box;
 
-       Gtkmm2ext::VPane loc_range_panes;
+       ArdourWidgets::VPane loc_range_panes;
 
        Gtk::VBox  loc_frame_box;
        Gtk::Button add_location_button;