summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-24 23:46:00 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-24 23:46:00 +0000
commit09e0f30a81842f5b742f3fcc8ee3a856976531af (patch)
tree5067e8d08eafced49a287d353ad9fa57e386432c /libs
parent854851162ba84a0981f92932e60d13cdbbcce0a5 (diff)
Re-claim double-clicks on pixfaders to re-fix #3470.
git-svn-id: svn://localhost/ardour2/branches/3.0@10305 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/pixfader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/pixfader.cc b/libs/gtkmm2ext/pixfader.cc
index 8dde56a989..9851b6397d 100644
--- a/libs/gtkmm2ext/pixfader.cc
+++ b/libs/gtkmm2ext/pixfader.cc
@@ -184,7 +184,7 @@ bool
PixFader::on_button_press_event (GdkEventButton* ev)
{
if (ev->type != GDK_BUTTON_PRESS) {
- return false;
+ return true;
}
if (ev->button != 1 && ev->button != 2) {