Fixed a forgotten close() call in the web browser window. 6_1_x

Sun, 07 Feb 2016 15:18:17 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 07 Feb 2016 15:18:17 +0100
branch
6_1_x
changeset 4721
18bde678a72d
parent 4719
cc8bf8ed8720
child 4722
7c4325c061e4

Fixed a forgotten close() call in the web browser window.
(grafted from 7b77980d3255cfbdb11c93f49d97d6cae4c167b1)

Helpviewer/HelpWindow.py file | annotate | diff | comparison | revisions
--- a/Helpviewer/HelpWindow.py	Sat Feb 06 12:31:51 2016 +0100
+++ b/Helpviewer/HelpWindow.py	Sun Feb 07 15:18:17 2016 +0100
@@ -2252,6 +2252,8 @@
         
         self.syncManager().close()
         
+        self.zoomManager().close()
+        
         self.__virusTotal.close()
         
         self.flashCookieManager().shutdown()

eric ide

mercurial