Fixed a bug related to the scroll slide timer not being correctly
terminated
This commit is contained in:
parent
73f7380506
commit
64a7941002
1 changed files with 4 additions and 1 deletions
|
|
@ -426,6 +426,9 @@ TimelineHeaderContainer::end_drag(bool apply)
|
||||||
if(layout.is_dragging_track())
|
if(layout.is_dragging_track())
|
||||||
layout.end_dragging_track(apply);
|
layout.end_dragging_track(apply);
|
||||||
|
|
||||||
|
// End the scroll slide
|
||||||
|
end_scroll_slide();
|
||||||
|
|
||||||
// Reset the arrow as a cursor
|
// Reset the arrow as a cursor
|
||||||
REQUIRE(gdkWindow);
|
REQUIRE(gdkWindow);
|
||||||
gdkWindow->set_cursor(Gdk::Cursor(Gdk::ARROW));
|
gdkWindow->set_cursor(Gdk::Cursor(Gdk::ARROW));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue