SimpleView.st
changeset 5590 6bc4e4e47402
parent 5572 0b2c89db1387
child 5591 992839870412
--- a/SimpleView.st	Thu Aug 05 15:42:11 2010 +0200
+++ b/SimpleView.st	Thu Aug 05 16:03:34 2010 +0200
@@ -1190,10 +1190,8 @@
     "reload all style caches in all view classes.
      Needed after a style change or when a style file has been changed"
 
-    DefaultStyle notNil ifTrue:[
-	self readStyleSheet.
-	self updateAllStyleCaches
-    ]
+    self readStyleSheet.
+    self updateAllStyleCaches
 
     "Created: / 15.9.1998 / 22:03:59 / cg"
 !
@@ -10637,11 +10635,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.661 2010-07-18 07:15:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.662 2010-08-05 14:03:34 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.661 2010-07-18 07:15:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.662 2010-08-05 14:03:34 stefan Exp $'
 ! !
 
 SimpleView initialize!