Fixed an issue with the snapshot tool. eric7

Sun, 26 Dec 2021 12:53:03 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Dec 2021 12:53:03 +0100
branch
eric7
changeset 8855
6bd9f3d7896e
parent 8854
68c67538da4e
child 8856
df77fbfc150f

Fixed an issue with the snapshot tool.

eric7/Snapshot/SnapshotFreehandGrabber.py file | annotate | diff | comparison | revisions
eric7/Snapshot/SnapshotRegionGrabber.py file | annotate | diff | comparison | revisions
--- a/eric7/Snapshot/SnapshotFreehandGrabber.py	Sat Dec 25 11:24:30 2021 +0100
+++ b/eric7/Snapshot/SnapshotFreehandGrabber.py	Sun Dec 26 12:53:03 2021 +0100
@@ -362,7 +362,6 @@
             ):
                 pt.setRenderHints(
                     QPainter.RenderHint.Antialiasing |
-                    QPainter.RenderHint.HighQualityAntialiasing |
                     QPainter.RenderHint.SmoothPixmapTransform,
                     True)
                 pt.setBrush(Qt.GlobalColor.black)
--- a/eric7/Snapshot/SnapshotRegionGrabber.py	Sat Dec 25 11:24:30 2021 +0100
+++ b/eric7/Snapshot/SnapshotRegionGrabber.py	Sun Dec 26 12:53:03 2021 +0100
@@ -534,7 +534,6 @@
                 ):
                     pt.setRenderHints(
                         QPainter.RenderHint.Antialiasing |
-                        QPainter.RenderHint.HighQualityAntialiasing |
                         QPainter.RenderHint.SmoothPixmapTransform,
                         True)
                     pt.setBrush(Qt.GlobalColor.black)

eric ide

mercurial