Fixed a stupid issue. eric7

Sat, 16 Oct 2021 20:41:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Oct 2021 20:41:44 +0200
branch
eric7
changeset 8694
ee70b17dcd71
parent 8693
d51660d6f1b9
child 8695
8a5179bced9e

Fixed a stupid issue.

eric7/HelpViewer/HelpViewerImpl_qwe.py file | annotate | diff | comparison | revisions
--- a/eric7/HelpViewer/HelpViewerImpl_qwe.py	Sat Oct 16 20:38:23 2021 +0200
+++ b/eric7/HelpViewer/HelpViewerImpl_qwe.py	Sat Oct 16 20:41:44 2021 +0200
@@ -555,7 +555,7 @@
             UI.PixmapCache.getIcon("zoomIn"),
             self.tr("Zoom in"),
             self.scaleUp)
-        act.setEnabled(self.isScaleUpAvailable)
+        act.setEnabled(self.isScaleUpAvailable())
         
         act = menu.addAction(
             UI.PixmapCache.getIcon("zoomOut"),

eric ide

mercurial