Bring back contrained drag modifier with preference setting.
[ardour.git] / gtk2_ardour / editor_locations.cc
index ea96f5f514369472b191230dcbbbfafa20aea15c..03509ac0238c858095b5d450eee149ae354cedfa 100644 (file)
@@ -28,7 +28,7 @@ using namespace Gtk;
 EditorLocations::EditorLocations (Editor* e)
        : EditorComponent (e)
 {
-       _locations = new LocationUI;
+       _locations = new LocationUI ();
        _scroller.set_policy (Gtk::POLICY_AUTOMATIC, Gtk::POLICY_NEVER);
        _scroller.add (*_locations);
 }
@@ -41,7 +41,7 @@ EditorLocations::set_session (ARDOUR::Session* s)
 }
 
 Widget&
-EditorLocations::widget() 
+EditorLocations::widget()
 {
        return _scroller;
 }