mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Fixed incorrect redraw of Purging volumes button in certain cases
This commit is contained in:
parent
1afe0af343
commit
597e8650a6
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ void Tab::update_frequently_changed_parameters()
|
||||||
m_config->opt_bool("wipe_tower") ?
|
m_config->opt_bool("wipe_tower") ?
|
||||||
get_wiping_dialog_button()->Show() :
|
get_wiping_dialog_button()->Show() :
|
||||||
get_wiping_dialog_button()->Hide();
|
get_wiping_dialog_button()->Hide();
|
||||||
|
(get_wiping_dialog_button()->GetParent())->Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Tab::reload_compatible_printers_widget()
|
void Tab::reload_compatible_printers_widget()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue