mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Revert "do not allow canvas cursor changes while a drag is in progress". This
was a bad idea. There are lots of reasons to want to change cursors while
dragging, even if we don't do that yet.
This reverts commit 144033e55c.
This commit is contained in:
parent
144033e55c
commit
22f45b5a78
1 changed files with 0 additions and 6 deletions
|
|
@ -880,12 +880,6 @@ Editor::horizontal_position () const
|
||||||
void
|
void
|
||||||
Editor::set_canvas_cursor (Gdk::Cursor* cursor, bool save)
|
Editor::set_canvas_cursor (Gdk::Cursor* cursor, bool save)
|
||||||
{
|
{
|
||||||
/* do not allow cursors to change during a drag */
|
|
||||||
|
|
||||||
if (_drags->active()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (save) {
|
if (save) {
|
||||||
current_canvas_cursor = cursor;
|
current_canvas_cursor = cursor;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue