mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Revert "Fix parameters not updating on non active tabs (#5400)"
This reverts commit 3f83d68e0e
.
This commit is contained in:
parent
79ba045150
commit
5914a3a042
1 changed files with 2 additions and 4 deletions
|
@ -1172,10 +1172,8 @@ void Tab::load_config(const DynamicPrintConfig& config)
|
||||||
// Reload current $self->{config} (aka $self->{presets}->edited_preset->config) into the UI fields.
|
// Reload current $self->{config} (aka $self->{presets}->edited_preset->config) into the UI fields.
|
||||||
void Tab::reload_config()
|
void Tab::reload_config()
|
||||||
{
|
{
|
||||||
//if (m_active_page)
|
if (m_active_page)
|
||||||
// m_active_page->reload_config();
|
m_active_page->reload_config();
|
||||||
for (auto page : m_pages)
|
|
||||||
page->reload_config();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Tab::update_mode()
|
void Tab::update_mode()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue