- fixed an if/else selection in the AppObject.on_object_created() that made the plotting of CNCJob objects to be done twice and second time will disregard the Plot Kind Preference value

This commit is contained in:
Marius Stanciu
2020-11-07 14:37:49 +02:00
committed by Marius
parent 93555a134e
commit cccc5634c9
5 changed files with 8 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ CHANGELOG for FlatCAM beta
- fixed some issues with not finding the methods when treating the startup arguments
- set the app to "Unstable" status
- fixed an if/else selection in the AppObject.on_object_created() that made the plotting of CNCJob objects to be done twice and second time will disregard the Plot Kind Preference value
7.11.2020