summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-10 18:50:42 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-10 18:50:42 -0400
commit22f45b5a787df1d3a11a7aab7aac363bc7b74efd (patch)
tree80598edefed085bc2c47c0cd74628823e067f19e /gtk2_ardour/editor_canvas.cc
parent144033e55c004a68c9b6433ba26d92baf5cfa6d1 (diff)
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 144033e55c004a68c9b6433ba26d92baf5cfa6d1.
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 9c00efff15..a53158cbde 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -880,12 +880,6 @@ Editor::horizontal_position () const
void
Editor::set_canvas_cursor (Gdk::Cursor* cursor, bool save)
{
- /* do not allow cursors to change during a drag */
-
- if (_drags->active()) {
- return;
- }
-
if (save) {
current_canvas_cursor = cursor;
}