Fixed an issue with the web browser main window. 5_2_x

Sat, 29 Sep 2012 12:45:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Sep 2012 12:45:07 +0200
branch
5_2_x
changeset 2072
f2c3bb7b0fb5
parent 2069
836d44aea98c
child 2073
839e145800ee

Fixed an issue with the web browser main window.
(grafted from 136eb25e4314d79418b6805aa16b066c7e3bd2c1)

Helpviewer/HelpWindow.py file | annotate | diff | comparison | revisions
--- a/Helpviewer/HelpWindow.py	Sat Sep 29 11:23:05 2012 +0200
+++ b/Helpviewer/HelpWindow.py	Sat Sep 29 12:45:07 2012 +0200
@@ -108,7 +108,6 @@
         """
         super().__init__(parent)
         self.setObjectName(name)
-        self.setAttribute(Qt.WA_DeleteOnClose)
         self.setWindowTitle(self.trUtf8("eric5 Web Browser"))
         
         self.fromEric = fromEric

eric ide

mercurial