feat: 完善特征编辑和选择稳定性

This commit is contained in:
2026-07-29 15:43:28 +08:00
parent 720c2dc970
commit c937e13d43
13 changed files with 8294 additions and 290 deletions
+2
View File
@@ -29,6 +29,8 @@ class InfoPanelMixin:
self.info_tabs.setCurrentWidget(self.info_tree)
if hasattr(self, "_refresh_property_editor"):
self._refresh_property_editor()
if hasattr(self, "_update_selected_object_title"):
self._update_selected_object_title()
if hasattr(self, "mode_combo"):
self._update_action_states()