- if an object is edited but the result is not saved, the app will reload the edited object UI and set the Selected tab as active

This commit is contained in:
Marius Stanciu
2019-09-27 15:28:47 +03:00
parent ca7863a371
commit 7b9907fa1d
2 changed files with 4 additions and 4 deletions

View File

@@ -12,10 +12,11 @@ CAD program, and create G-Code for Isolation routing.
27.09.2019
- optimized the toggle axis command
- added posibility of using a big mouse cursor or a small mouse cursor. The big mouse cursor is made from 2 infinite lines. This was implemented for both graphic engines
- added possibility of using a big mouse cursor or a small mouse cursor. The big mouse cursor is made from 2 infinite lines. This was implemented for both graphic engines
- added ability to change the cursor size when the small mouse cursor is selected in Preferences -> General
- removed the line that remove the spaces from the path parameter in the Tcl commands that open something (Gerber, Gcode, Excellon)
- fixed issue with the old SysTray icon not hidden when the application is restarted programmatically
- if an object is edited but the result is not saved, the app will reload the edited object UI and set the Selected tab as active
27.09.2019