FIX: Dropdown click non grouped item

Change-Id: Ic2d073be946ed68ec249296e84d5bf97d6d9c587
Jira: STUDIO-12213 STUDIO-12208 STUDIO-12191 STUDIO-12192
(cherry picked from commit 00dfff142a6a24872b3c102d57814bb8c3bf0e2a)
This commit is contained in:
chunmao.guo
2025-05-15 15:05:39 +08:00
committed by Noisyfox
parent f5b1b4dfc5
commit 6423073c71
3 changed files with 17 additions and 12 deletions

View File

@@ -1516,6 +1516,7 @@ void ObjectList::list_manipulation(const wxPoint& mouse_pos, bool evt_context_me
dynamic_cast<TabPrintLayer*>(wxGetApp().get_layer_tab())->reset_model_config();
else if (item.IsOk())
dynamic_cast<TabPrintModel*>(wxGetApp().get_model_tab(vol_idx >= 0))->reset_model_config();
wxGetApp().params_panel()->notify_object_config_changed();
}
else if (col_num == colName)
{