Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix saving of last opened project state (#1590)
Serialization errors prevented the saving of currently opened project state and prevented the app to remember if some gcode was open when app was closed. NotSerializable error that occurs can be tested with following steps 1) start the ugs-platform with command: mvn nbm:run-platform -pl ugs-platform/application 2) open gcode file 3) closes the ugs-platform 4) Errors in console were shown from the serialization errors 5) restart ugs-platform and previously opened gcode should open automatically Fixes: #1589 Signed-off-by: Mika Laitio <[email protected]> Co-authored-by: Mika Laitio <[email protected]>
- Loading branch information