SelectionInTreeView.st
changeset 532 5a73277578fd
parent 529 d92232a9ce41
child 533 d7867efb6f60
--- a/SelectionInTreeView.st	Tue Sep 16 06:01:58 1997 +0200
+++ b/SelectionInTreeView.st	Fri Sep 19 17:52:00 1997 +0200
@@ -618,9 +618,11 @@
 getFontParameters
     super getFontParameters.
 
-    imageWidth notNil ifTrue:[
+    self realized ifTrue:[
         self refetchDeviceResources
     ]
+
+    "Modified: 19.9.1997 / 16:51:06 / stefan"
 !
 
 initialize
@@ -1165,5 +1167,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.20 1997-09-16 00:06:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.21 1997-09-19 15:52:00 stefan Exp $'
 ! !