mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-28 17:02:02 +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") ?
|
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…
x
Reference in New Issue
Block a user