mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
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:
parent
854851162b
commit
09e0f30a81
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue