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:
@@ -87,6 +87,8 @@ public:
|
||||
~ControlLineManager();
|
||||
|
||||
bool getEdited(void) const;
|
||||
/** Release anything that is currently being dragged. */
|
||||
void releaseEdit(void);
|
||||
void removeAll(void);
|
||||
/** Sets whether or not the lines are visible and interact-able. */
|
||||
void setActive(bool active);
|
||||
|
Reference in New Issue
Block a user