Merge branch 'wipe_tower_ui' into wipe_tower_improvements

This commit is contained in:
Lukas Matena 2018-04-04 12:28:46 +02:00
commit 1afe0af343

View file

@ -372,6 +372,10 @@ void Tab::update_frequently_changed_parameters()
bool val = m_config->opt_float("brim_width") > 0.0 ? true : false;
get_optgroup()->set_value("brim", val);
m_config->opt_bool("wipe_tower") ?
get_wiping_dialog_button()->Show() :
get_wiping_dialog_button()->Hide();
}
void Tab::reload_compatible_printers_widget()