*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 24 Nov 2004 10:41:03 +0100
changeset 6136 1ccda6229a32
parent 6135 7c6536c11c6d
child 6137 06336f0cc93e
*** empty log message ***
DebugView.st
--- a/DebugView.st	Tue Nov 23 18:23:04 2004 +0100
+++ b/DebugView.st	Wed Nov 24 10:41:03 2004 +0100
@@ -404,6 +404,10 @@
 !
 
 updateStyleCache
+    "extract values from the styleSheet and cache them in class variables"
+
+    <resource: #style (#'debugView.viewBackgroundColor')>
+
     DefaultDebuggerBackgroundColor := StyleSheet at:#'debugView.viewBackgroundColor'
 
     "Modified: / 17.11.2001 / 17:31:42 / cg"
@@ -5866,7 +5870,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.376 2004-11-12 12:06:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.377 2004-11-24 09:41:03 cg Exp $'
 ! !
 
 DebugView initialize!