- 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:
Marius Stanciu
2021-03-21 23:03:18 +02:00
committed by Marius
parent 0117ff5ae3
commit 6d5747a9bf
2 changed files with 6 additions and 2 deletions

View File

@@ -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
- 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)

View File

@@ -212,8 +212,8 @@ class Film(AppTool):
self.on_type_obj_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_type_box_combo.set_value(obj_name)
self.ui.tf_object_combo.set_value(obj_name)
self.ui.tf_box_combo.set_value(obj_name)
# Show/Hide Advanced Options
app_mode = self.app.defaults["global_app_level"]