Fixed an issue in the snapshot utility. eric7

Sun, 24 Mar 2024 16:02:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 24 Mar 2024 16:02:24 +0100
branch
eric7
changeset 10645
2a28bb2961b8
parent 10644
e56175bfead8
child 10646
37900a37e522

Fixed an issue in the snapshot utility.

src/eric7/Snapshot/SnapWidget.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Snapshot/SnapWidget.py	Sun Mar 24 11:46:47 2024 +0100
+++ b/src/eric7/Snapshot/SnapWidget.py	Sun Mar 24 16:02:24 2024 +0100
@@ -60,6 +60,7 @@
 
         if DesktopUtilities.isWaylandSession():
             self.__grabber = None
+            supportedModes = []
         else:
             from .SnapshotDefaultGrabber import (  # __IGNORE_WARNING_I101__
                 SnapshotDefaultGrabber,

eric ide

mercurial