Improve control lines dragging behavior
Fix control line not updating when dragging and allow dragging when starting with the mouse cursor outside the preview image area.
This commit is contained in:
@@ -540,7 +540,7 @@ void CropWindow::buttonPress (int button, int type, int bstate, int x, int y)
|
||||
action_y = 0;
|
||||
}
|
||||
|
||||
} else if (iarea->getToolMode () == TMHand) { // events outside of the image domain
|
||||
} else if (iarea->getToolMode () == TMHand || iarea->getToolMode() == TMPerspective) { // events outside of the image domain
|
||||
EditSubscriber *editSubscriber = iarea->getCurrSubscriber();
|
||||
|
||||
if (editSubscriber && editSubscriber->getEditingType() == ET_OBJECTS) {
|
||||
|
Reference in New Issue
Block a user