diff options
Diffstat (limited to 'mainwin.cc')
-rw-r--r-- | mainwin.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |