Fixed incorrect redraw of Purging volumes button in certain cases

This commit is contained in:
Lukas Matena 2018-04-04 12:49:16 +02:00
parent 1afe0af343
commit 597e8650a6

View file

@ -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()