diff --git a/Polyhedron/demo/Polyhedron/MainWindow.cpp b/Polyhedron/demo/Polyhedron/MainWindow.cpp index 36cb6395dc7..4f72f81635a 100644 --- a/Polyhedron/demo/Polyhedron/MainWindow.cpp +++ b/Polyhedron/demo/Polyhedron/MainWindow.cpp @@ -2267,6 +2267,10 @@ void MainWindow::on_actionPreferences_triggered() settings.setValue("lines_width", this->default_lines_width); } + else + { + readSettings(); + } } void MainWindow::setBackgroundColor()