Add option to use narrow mixer strips by default, and fix ardour_system.rc being...
[ardour.git] / gtk2_ardour / editor_hscroller.cc
index c95d9230928381b64790030af129e0df7e788761..f5f94c416372ada64ea1ef53a5a4f932b964dc08 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include "editor.h"
@@ -34,17 +33,20 @@ Editor::hscrollbar_allocate (Gtk::Allocation &alloc)
 bool
 Editor::hscrollbar_button_press (GdkEventButton *ev)
 {
-       return true;
+       _dragging_hscrollbar = true;
+       return false;
 }
 
 bool
 Editor::hscrollbar_button_release (GdkEventButton *ev)
 {
+       _dragging_hscrollbar = false;
+
        if (session) {
 
        }
 
-       return true;
+       return false;
 }
 
 void