src/eric7/ViewManager/ViewManager.py

branch
eric7
changeset 10676
d1479a4f1426
parent 10674
8fc0af9c76dc
child 10677
6ee2e475490c
--- a/src/eric7/ViewManager/ViewManager.py	Mon Apr 08 16:21:46 2024 +0200
+++ b/src/eric7/ViewManager/ViewManager.py	Mon Apr 08 17:02:11 2024 +0200
@@ -7026,7 +7026,7 @@
         @param zoomingWidget reference to the widget triggering the slot
         @type Editor or Shell
         """
-        if QApplication.focusWidget() == ericApp().getObject("Shell"):
+        if QApplication.focusWidget() == ericApp().getObject("Shell"):  # noqa: Y108
             aw = ericApp().getObject("Shell")
         else:
             aw = (

eric ide

mercurial