CheckLabel.st
changeset 2137 2642e627bb2a
parent 1682 6289269ca02c
child 2288 93f27fcd6dc2
--- a/CheckLabel.st	Fri Feb 11 14:31:57 2000 +0100
+++ b/CheckLabel.st	Fri Feb 11 15:57:10 2000 +0100
@@ -67,7 +67,7 @@
 drawWith:fg and:bg
     super drawWith:fg and:bg.
     hasFocus == true ifTrue:[
-        styleSheet name == #win95 ifTrue:[
+        (styleSheet at:#focusHighlightStyle) == #win95 ifTrue:[
             self drawWin95FocusFrame
         ]
     ].
@@ -79,5 +79,5 @@
 !CheckLabel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CheckLabel.st,v 1.1 1998-09-18 17:59:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CheckLabel.st,v 1.2 2000-02-11 14:56:32 cg Exp $'
 ! !