Removed parent from settingdlg
[irwi] / src / mainwidget.cpp
index bc70126..6f3f33f 100644 (file)
@@ -94,7 +94,7 @@ void MainWidget::paintEvent(QPaintEvent *)
  
 void MainWidget::showSettingsDialog()
 {
-    SettingsDlg dlg(this);
+    SettingsDlg dlg;
     dlg.exec();
     update(); // Repaint required if bgAlpha value was changed
     resize();