don't start track-resize on scroomer click
authorRobin Gareus <robin@gareus.org>
Mon, 8 Sep 2014 16:43:28 +0000 (18:43 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 8 Sep 2014 16:43:28 +0000 (18:43 +0200)
libs/gtkmm2ext/scroomer.cc

index 6e27f5ce0a6d79c1339aea12f310f86a2e9695dd..66ad5056af81362866437c105c7224076f2f894d 100644 (file)
@@ -255,7 +255,7 @@ Scroomer::on_button_press_event (GdkEventButton* ev)
                DoubleClicked();
        }
 
-       return false;
+       return true;
 }
 
 bool