mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 14:05:57 +08:00
Follow-up to d0b4a4a87d
- Fix for build warnings
This commit is contained in:
parent
ce98307b9c
commit
9d2b6d5bda
@ -731,11 +731,9 @@ void PreferencesDialog::revert(wxEvent&)
|
||||
, m_optgroup_render
|
||||
#endif // ENABLE_ENVIRONMENT_MAP
|
||||
}) {
|
||||
if (reverted = opt_group->set_value(key, app_config->get(key) == "1"))
|
||||
if (opt_group->set_value(key, app_config->get(key) == "1"))
|
||||
break;
|
||||
}
|
||||
if (!reverted)
|
||||
int i=0;
|
||||
if (key == "tabs_as_menu") {
|
||||
m_rb_new_settings_layout_mode->Show(app_config->get(key) != "1");
|
||||
refresh_og(m_optgroup_gui);
|
||||
|
Loading…
x
Reference in New Issue
Block a user