From ba21ac4128d2e444d130dbc795717628a9b9da3b Mon Sep 17 00:00:00 2001 From: Joonas Partanen Date: Tue, 22 Jun 2010 13:18:07 +0300 Subject: [PATCH] Removed parent from settingdlg --- src/mainwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp index bc70126..6f3f33f 100644 --- a/src/mainwidget.cpp +++ b/src/mainwidget.cpp @@ -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(); -- 1.7.9.5