changed: #updateStyleCache
authorClaus Gittinger <cg@exept.de>
Tue, 17 Nov 2009 10:50:38 +0100
changeset 5530 7c9e988200a4
parent 5529 1723e8c112f3
child 5531 188f76d043b5
changed: #updateStyleCache
SimpleView.st
--- a/SimpleView.st	Tue Nov 17 10:46:45 2009 +0100
+++ b/SimpleView.st	Tue Nov 17 10:50:38 2009 +0100
@@ -1340,7 +1340,7 @@
     ].
 
     StyleSheet fileReadFailed ifTrue:[
-        DefaultBorderWidth := 0.
+        DefaultBorderWidth := 1.
         DefaultShadowColor := Black.
         DefaultLightColor :=  White.
         DefaultFocusColor := Black.
@@ -10560,11 +10560,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.651 2009-11-17 09:46:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.652 2009-11-17 09:50:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.651 2009-11-17 09:46:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.652 2009-11-17 09:50:38 cg Exp $'
 ! !
 
 SimpleView initialize!