From bd29fee4458e1521ba7dcb1a655c2fd66feccc55 Mon Sep 17 00:00:00 2001 From: Rogier Date: Thu, 2 Jul 2015 16:38:32 +0200 Subject: [PATCH] Fix to 'Improve Geometrymode' (18ee90f0) --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 40e989a..18351bf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -51,6 +51,7 @@ MainWindow::MainWindow(QWidget *parent) : exit(EXIT_FAILURE); #endif ui->setupUi(this); + finishUiInitialisation(); readSettings(); readProfile(currentProfile); progressBar = new QProgressBar(ui->statusBar);