FIX: toggle line for Model Tabs.
Change-Id: Ia3964d6509a97ae098ac79be06396fe1c39396d6 (cherry picked from commit 597fb201f3c19756cfd91808447beaf3a6227434)
This commit is contained in:
parent
157fae556f
commit
3e5d660a37
|
@ -2107,6 +2107,9 @@ void TabPrintModel::update_model_config()
|
||||||
m_config->apply_only(local_config, local_keys);
|
m_config->apply_only(local_config, local_keys);
|
||||||
m_config_manipulation.apply_null_fff_config(m_config, m_null_keys, m_object_configs);
|
m_config_manipulation.apply_null_fff_config(m_config, m_null_keys, m_object_configs);
|
||||||
}
|
}
|
||||||
|
toggle_options();
|
||||||
|
if (m_active_page)
|
||||||
|
m_active_page->update_visibility(m_mode, true); // for taggle line
|
||||||
update_dirty();
|
update_dirty();
|
||||||
TabPrint::reload_config();
|
TabPrint::reload_config();
|
||||||
//update();
|
//update();
|
||||||
|
|
Loading…
Reference in New Issue