13
0

fix lack of range selection when moving vertically

This commit is contained in:
Paul Davis 2014-02-26 08:24:41 -05:00
parent b600e6c2f9
commit 0c283ba657

View File

@ -3790,7 +3790,7 @@ SelectionDrag::motion (GdkEvent* event, bool first_move)
framepos_t const pending_position = adjusted_current_frame (event);
if (pending_position == last_pointer_frame()) {
if (_operation != CreateSelection && pending_position == last_pointer_frame()) {
return;
}