#UI_ENHANCEMENT jv
authorClaus Gittinger <cg@exept.de>
Fri, 09 Oct 2015 18:11:40 +0200
branchjv
changeset 7025 12b49c382c35
parent 7024 f8f82aab6366
child 7026 9bcc83f3493d
#UI_ENHANCEMENT class: XWorkstation changed: #supportsMaskedDrawingWith: OSX seems to ignore the patternOffset (grafted from c8c62b261dd9a5b92c3f00359ef348e3ff81780f)
XWorkstation.st
--- a/XWorkstation.st	Sat Oct 10 08:32:27 2015 +0100
+++ b/XWorkstation.st	Fri Oct 09 18:11:40 2015 +0200
@@ -1617,6 +1617,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"