- added a message box asking users if they want to save the project in case that either New Project menu entry is clicked or if Exit menu entry is clicked or if the app is closed from the close button. The message box will be showed only if there are objects in the collection.

This commit is contained in:
Marius Stanciu
2019-01-09 20:55:54 +02:00
committed by Marius S
parent 37067b5bff
commit e6b0eb209c
3 changed files with 64 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
9.01.2019
- added a fix to allow creating of Excellon geometry even when there are points with no tools by skipping those points and warning the user about this in a Tcl message
- added a message box asking users if they want to save the project in case that either New Project menu entry is clicked or if Exit menu entry is clicked or if the app is closed from the close button. The message box will be showed only if there are objects in the collection.
8.01.2019