13
0

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
This commit is contained in:
Carl Hetherington 2011-10-24 23:46:00 +00:00
parent 854851162b
commit 09e0f30a81

View File

@ -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) {