mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
FIX: [STUDIO-2980] switch param to object mode not work
Change-Id: I4f5191986bf312ad3736671d5cc96d36f53487f4
This commit is contained in:
parent
80d6479bee
commit
bec1858a16
1 changed files with 3 additions and 1 deletions
|
@ -706,7 +706,9 @@ void ParamsPanel::notify_object_config_changed()
|
|||
|
||||
void ParamsPanel::switch_to_object_if_has_object_configs()
|
||||
{
|
||||
if (m_has_object_config) m_mode_region->SetValue(true);
|
||||
if (m_has_object_config)
|
||||
m_mode_region->SetValue(true);
|
||||
set_active_tab(nullptr);
|
||||
}
|
||||
|
||||
void ParamsPanel::free_sizers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue