#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Fri, 09 Oct 2015 18:11:40 +0200
changeset 7018 c8c62b261dd9
parent 7017 3183139e7b08
child 7019 7cece8bdbfb6
#UI_ENHANCEMENT class: XWorkstation changed: #supportsMaskedDrawingWith: OSX seems to ignore the patternOffset
XWorkstation.st
--- a/XWorkstation.st	Fri Oct 09 17:44:28 2015 +0200
+++ b/XWorkstation.st	Fri Oct 09 18:11:40 2015 +0200
@@ -1611,6 +1611,8 @@
      to be used as paint color.
      True returned here - X has no trouble with any mask."
 
+    "XQuartz seems to have a bug here..."
+    OperatingSystem isOSXlike ifTrue:[^ false].
     ^ true
 
     "Created: / 4.5.1999 / 12:16:43 / cg"