13
0

NoteDrag copy modifier detection is no longer explicit.

This commit is contained in:
nick_m 2017-02-07 01:56:47 +11:00
parent 4b7d902cc0
commit 4161a60244

View File

@ -5668,7 +5668,7 @@ NoteDrag::start_grab (GdkEvent* event, Gdk::Cursor *)
{ {
Drag::start_grab (event); Drag::start_grab (event);
if (Keyboard::modifier_state_equals (event->button.state, Keyboard::CopyModifier)) { if (ArdourKeyboard::indicates_copy (event->button.state)) {
_copy = true; _copy = true;
} else { } else {
_copy = false; _copy = false;