mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 19:35:57 +08:00
FIX: [STUDIO-2980] switch param to object mode not work
Change-Id: I4f5191986bf312ad3736671d5cc96d36f53487f4
This commit is contained in:
parent
80d6479bee
commit
bec1858a16
@ -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…
x
Reference in New Issue
Block a user