more control over the shape style
authorClaus Gittinger <cg@exept.de>
Mon, 16 Sep 2013 12:56:18 +0200
changeset 3249 38845952e1d4
parent 3248 d72c8e4f7684
child 3250 276f1af4583b
more control over the shape style (tooltips vs. window information)
ActiveHelpView.st
--- a/ActiveHelpView.st	Mon Sep 16 12:56:13 2013 +0200
+++ b/ActiveHelpView.st	Mon Sep 16 12:56:18 2013 +0200
@@ -234,8 +234,8 @@
     |extent oldOrigin shapeForm borderForm y1 bw h w mirrorH mirrorV
      p1 p2 p3 pB1 pB2 pB3 offs hEll h2 w2 w8 w78 mousePosition|
 
-    device supportsArbitraryShapedViews ifTrue:[
-        (shapeStyle == #cartoon) ifTrue:[
+    (shapeStyle == #cartoon) ifTrue:[
+        device supportsArbitraryShapedViews ifTrue:[
             extent := self extent.
             oldOrigin := self origin.
             h := extent y.
@@ -372,10 +372,10 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.38 2013-09-12 13:17:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.39 2013-09-16 10:56:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.38 2013-09-12 13:17:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.39 2013-09-16 10:56:18 cg Exp $'
 ! !