mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
fix case where pane divider is not redrawn after a leave event.
This commit is contained in:
parent
d680c1f1db
commit
a047d814f6
1 changed files with 1 additions and 0 deletions
|
|
@ -497,5 +497,6 @@ Pane::handle_leave_event (GdkEventCrossing*, Divider* d)
|
|||
{
|
||||
d->get_window()->set_cursor ();
|
||||
d->set_state (Gtk::STATE_NORMAL);
|
||||
d->queue_draw ();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue