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
1 changed files with 1 additions and 1 deletions

View File

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