- fixed a small issue in Film Plugin (the object selection the plugin UI is not updated with the selected object in Project Tab)
This commit is contained in:
@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
|
|||||||
|
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
21.03.2021
|
||||||
|
|
||||||
|
- fixed a small issue in Film Plugin (the object selection the plugin UI is not updated with the selected object in Project Tab)
|
||||||
|
|
||||||
20.03.2021
|
20.03.2021
|
||||||
|
|
||||||
- removed another parameter in the serialized parameters for CNCJob object (no longer used) which made the project saving to fail (when CNCjob objects are in the project)
|
- removed another parameter in the serialized parameters for CNCJob object (no longer used) which made the project saving to fail (when CNCjob objects are in the project)
|
||||||
|
|||||||
@@ -212,8 +212,8 @@ class Film(AppTool):
|
|||||||
self.on_type_obj_index_changed(val='geo')
|
self.on_type_obj_index_changed(val='geo')
|
||||||
self.on_type_box_index_changed(val='geo')
|
self.on_type_box_index_changed(val='geo')
|
||||||
|
|
||||||
self.ui.tf_type_obj_combo.set_value(obj_name)
|
self.ui.tf_object_combo.set_value(obj_name)
|
||||||
self.ui.tf_type_box_combo.set_value(obj_name)
|
self.ui.tf_box_combo.set_value(obj_name)
|
||||||
|
|
||||||
# Show/Hide Advanced Options
|
# Show/Hide Advanced Options
|
||||||
app_mode = self.app.defaults["global_app_level"]
|
app_mode = self.app.defaults["global_app_level"]
|
||||||
|
|||||||
Reference in New Issue
Block a user