[Summary]: refactoring WavesButton class. [Reviewed by V.Kamyshniy]

This commit is contained in:
YPozdnyakov 2015-02-02 18:28:55 +02:00
parent 0bb964a94c
commit eff7dc2798

View file

@ -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 ();