Skip to content

Commit

Permalink
Gui: [skip ci] automatically save & load settings of PrefFontBox widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 3, 2020
1 parent 54e9ad9 commit bbb0823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/PropertyPage.cpp
Expand Up @@ -172,6 +172,7 @@ void PreferenceUiForm::loadSettings()
loadPrefWidgets<Gui::PrefLineEdit *>();
loadPrefWidgets<Gui::PrefFileChooser *>();
loadPrefWidgets<Gui::PrefComboBox *>();
loadPrefWidgets<Gui::PrefFontBox *>();
loadPrefWidgets<Gui::PrefCheckBox *>();
loadPrefWidgets<Gui::PrefRadioButton *>();
loadPrefWidgets<Gui::PrefSlider *>();
Expand All @@ -190,6 +191,7 @@ void PreferenceUiForm::saveSettings()
savePrefWidgets<Gui::PrefLineEdit *>();
savePrefWidgets<Gui::PrefFileChooser *>();
savePrefWidgets<Gui::PrefComboBox *>();
savePrefWidgets<Gui::PrefFontBox *>();
savePrefWidgets<Gui::PrefCheckBox *>();
savePrefWidgets<Gui::PrefRadioButton *>();
savePrefWidgets<Gui::PrefSlider *>();
Expand Down

0 comments on commit bbb0823

Please sign in to comment.