Leave control lines in good state on commit
When exiting perspective control line editing mode while dragging a control line, set the geometry and control line state to the appropriate state corresponding to when lines are not being dragged.
This commit is contained in:
@@ -778,6 +778,7 @@ void PerspCorrection::linesEditButtonPressed(void)
|
||||
listener->unsetTweakOperator(this);
|
||||
listener->refreshPreview(EvPerspRender);
|
||||
}
|
||||
lines->releaseEdit();
|
||||
lines->setDrawMode(false);
|
||||
lines->setActive(false);
|
||||
if (panel_listener) {
|
||||
|
Reference in New Issue
Block a user