- Working assembly multi :)

This commit is contained in:
bklronin
2026-07-11 21:42:08 +02:00
parent d7e5929a13
commit b8516fff91
+6
View File
@@ -3366,11 +3366,17 @@ class MainWindow(QMainWindow):
self._current_component = None
self._current_sketch = None
self._selected_body = None
self._selected_assembly_component_id = None
self._assembly_view_active = False
for btn in self._component_buttons:
btn.deleteLater()
self._component_buttons.clear()
for btn in self._assembly_component_buttons:
btn.deleteLater()
self._assembly_component_buttons.clear()
# set_sketch(None) clears the underlay entities via the new
# set_sketch guard, but we also need to drop the saved source face
# and reset the workplane buttons to their disabled state.