DebugView.st
changeset 6136 1ccda6229a32
parent 6132 ca1f04f5232b
child 6171 5ea312ba7d88
--- 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!