fix stereo panner tooltips - part 1
git-svn-id: svn://localhost/ardour2/branches/3.0@13726 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
53d6327e7b
commit
e963ab5942
@ -275,6 +275,7 @@ StereoPanner::on_button_press_event (GdkEventButton* ev)
|
|||||||
dragging_left = false;
|
dragging_left = false;
|
||||||
dragging_right = false;
|
dragging_right = false;
|
||||||
_dragging = false;
|
_dragging = false;
|
||||||
|
_tooltip.target_stop_drag ();
|
||||||
accumulated_delta = 0;
|
accumulated_delta = 0;
|
||||||
detented = false;
|
detented = false;
|
||||||
|
|
||||||
@ -352,6 +353,7 @@ StereoPanner::on_button_press_event (GdkEventButton* ev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
_dragging = false;
|
_dragging = false;
|
||||||
|
_tooltip.target_stop_drag ();
|
||||||
|
|
||||||
} else if (ev->type == GDK_BUTTON_PRESS) {
|
} else if (ev->type == GDK_BUTTON_PRESS) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user