Image.st
changeset 8891 ca090c70a4de
parent 8882 478de7f76a1a
child 8913 2fe58f885d89
--- a/Image.st	Mon Nov 25 12:27:34 2019 +0100
+++ b/Image.st	Mon Nov 25 12:27:52 2019 +0100
@@ -2464,7 +2464,7 @@
 
     bounds := 0@0 
         corner:(Screen 
-            currentMonitorResolutionByPoint:0@0). "/ use the center monitor
+            monitorRealResolutionByPoint:0@0). "/ use the center monitor
 
     OperatingSystem isOSXlike ifTrue:[
         "/ sigh: XQuartz does not include the dock
@@ -2481,7 +2481,7 @@
     "
 
     "Modified: / 06-03-2017 / 14:48:42 / cg"
-    "Modified: / 22-11-2019 / 15:21:05 / Stefan Reise"
+    "Modified: / 25-11-2019 / 12:19:21 / Stefan Reise"
 !
 
 fromScreen:aRectangle