13
0

Remove unnecessary (and wrong) check for movement, as the parent does it (fixes #3850).

git-svn-id: svn://localhost/ardour2/branches/3.0@9145 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-14 19:25:41 +00:00
parent 82cb7c3280
commit 278286125c

View File

@ -2465,10 +2465,6 @@ MarkerDrag::motion (GdkEvent* event, bool)
framepos_t next = newframe;
if (newframe == last_pointer_frame()) {
return;
}
if (Keyboard::modifier_state_equals (event->button.state, Keyboard::PrimaryModifier)) {
move_both = true;
}