summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 0797a46..5ad510b 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -288,6 +288,8 @@ MainWindow::MainWindow(const char *filename)
connect(Preferences::inst(), SIGNAL(requestRedraw()), this->screen, SLOT(updateGL()));
connect(Preferences::inst(), SIGNAL(fontChanged(const QString&,uint)),
this, SLOT(setFont(const QString&,uint)));
+ Preferences::inst()->apply();
+
// display this window and check for OpenGL 2.0 (OpenCSG) support
viewModeThrownTogether();
contact: Jan Huwald // Impressum