mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 10:15:55 +08:00
Follow-up 4764a701c14b7167c2ba0ce6b6747a419755f373 - Fix a typo
This commit is contained in:
parent
4764a701c1
commit
47c318fa05
@ -550,7 +550,6 @@ void PreferencesDialog::build()
|
|||||||
create_settings_mode_widget();
|
create_settings_mode_widget();
|
||||||
create_settings_text_color_widget();
|
create_settings_text_color_widget();
|
||||||
create_settings_mode_color_widget();
|
create_settings_mode_color_widget();
|
||||||
// create_settings_font_widget();
|
|
||||||
|
|
||||||
m_optgroup_other = create_options_tab(_L("Other"), tabs);
|
m_optgroup_other = create_options_tab(_L("Other"), tabs);
|
||||||
m_optgroup_other->m_on_change = [this](t_config_option_key opt_key, boost::any value) {
|
m_optgroup_other->m_on_change = [this](t_config_option_key opt_key, boost::any value) {
|
||||||
@ -1112,7 +1111,7 @@ void PreferencesDialog::create_settings_font_widget()
|
|||||||
|
|
||||||
m_optgroup_other->sizer->Add(sizer, 1, wxEXPAND | wxTOP, em_unit());
|
m_optgroup_other->sizer->Add(sizer, 1, wxEXPAND | wxTOP, em_unit());
|
||||||
|
|
||||||
append_preferences_option_to_searcer(m_optgroup_other, opt_key, title);
|
append_preferences_option_to_searcher(m_optgroup_other, opt_key, title);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PreferencesDialog::create_downloader_path_sizer()
|
void PreferencesDialog::create_downloader_path_sizer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user