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") ?
|
||||
get_wiping_dialog_button()->Show() :
|
||||
get_wiping_dialog_button()->Hide();
|
||||
(get_wiping_dialog_button()->GetParent())->Layout();
|
||||
}
|
||||
|
||||
void Tab::reload_compatible_printers_widget()
|
||||
|
|
Loading…
Reference in a new issue