mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-20 17:48:06 +08:00
Fixed incorrect redraw of Purging volumes button in certain cases
This commit is contained in:
parent
1afe0af343
commit
597e8650a6
@ -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…
x
Reference in New Issue
Block a user