mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fix bug #448 Settings are not saved
This commit is contained in:
@@ -357,7 +357,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
// Save settings
|
||||
writeSettings();
|
||||
_preferenceDialog->saveSettings();
|
||||
// _preferenceDialog->saveSettings();
|
||||
// Close all top level widgets
|
||||
for (QWidget *widget: QApplication::topLevelWidgets()) {
|
||||
if (widget != this) { // Avoid recursion
|
||||
|
||||
Reference in New Issue
Block a user