Leave spot removal widgets in good state on commit

Set the correct geometry states if edit mode is toggled off while a spot
is being dragged.
This commit is contained in:
Lawrence Lee
2021-05-22 17:35:22 -07:00
parent 36f1300a6b
commit 76706ac276
2 changed files with 21 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ private:
void addNewEntry ();
void deleteSelectedEntry ();
void resetPressed ();
void releaseEdit();
protected:
Gtk::Box* labelBox;