mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ StereoPanner::on_button_press_event (GdkEventButton* ev)
|
|||
dragging_left = false;
|
||||
dragging_right = false;
|
||||
_dragging = false;
|
||||
_tooltip.target_stop_drag ();
|
||||
accumulated_delta = 0;
|
||||
detented = false;
|
||||
|
||||
|
|
@ -352,6 +353,7 @@ StereoPanner::on_button_press_event (GdkEventButton* ev)
|
|||
}
|
||||
|
||||
_dragging = false;
|
||||
_tooltip.target_stop_drag ();
|
||||
|
||||
} else if (ev->type == GDK_BUTTON_PRESS) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue