Fix to 'Improve Geometrymode' (18ee90f0)

master
Rogier 2015-07-02 16:38:32 +02:00
parent df6b7b6325
commit bb169ab3e8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ MainWindow::MainWindow(QWidget *parent) :
exit(EXIT_FAILURE);
#endif
ui->setupUi(this);
finishUiInitialisation();
readSettings();
readProfile(currentProfile);
progressBar = new QProgressBar(ui->statusBar);