aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/preferences/BoardPrefs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preferences/BoardPrefs.hpp b/src/preferences/BoardPrefs.hpp
index 21fe1ce..eff3b58 100644
--- a/src/preferences/BoardPrefs.hpp
+++ b/src/preferences/BoardPrefs.hpp
@@ -96,6 +96,7 @@ public:
virtual bool TransferDataFromWindow() {
ApplyPreferences();
+ MAINWIN->ApplyPreferences();
return (true);
}
};