class: ActiveHelpView
authorStefan Vogel <sv@exept.de>
Tue, 18 Feb 2014 15:21:54 +0100
changeset 3285 3d0e0dc95bd2
parent 3284 b2302e748434
child 3286 d494c40e3ca4
class: ActiveHelpView changed: #computeShape access device via message send
ActiveHelpView.st
--- a/ActiveHelpView.st	Fri Feb 14 01:37:14 2014 +0100
+++ b/ActiveHelpView.st	Tue Feb 18 15:21:54 2014 +0100
@@ -245,7 +245,7 @@
      p1 p2 p3 pB1 pB2 pB3 offs hEll h2 w2 w8 w78 mousePosition|
 
     (shapeStyle == #cartoon) ifTrue:[
-        device supportsArbitraryShapedViews ifTrue:[
+        self graphicsDevice supportsArbitraryShapedViews ifTrue:[
             extent := self extent.
             oldOrigin := self origin.
             h := extent y.
@@ -386,10 +386,10 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.40 2013-09-19 16:29:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.41 2014-02-18 14:21:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.40 2013-09-19 16:29:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.41 2014-02-18 14:21:54 stefan Exp $'
 ! !