mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
[Summary]: refactoring WavesButton class. [Reviewed by V.Kamyshniy]
This commit is contained in:
parent
0bb964a94c
commit
eff7dc2798
1 changed files with 1 additions and 0 deletions
|
|
@ -334,6 +334,7 @@ WavesButton::on_button_press_event (GdkEventButton *ev)
|
|||
|
||||
if (ev->type == GDK_2BUTTON_PRESS) {
|
||||
signal_double_clicked (this);
|
||||
_pushed = false;
|
||||
} else {
|
||||
_pushed = true;
|
||||
queue_draw ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue