Fix to 'Improve Geometrymode' (18ee90f0)

master
Rogier 2015-07-02 16:38:32 +02:00
parent 18ee90f0ed
commit bd29fee445
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);