FileSelectionList.st
changeset 2913 bdf4fb09cfc0
parent 2833 1544bb56f6bf
child 3224 9dd0891a2ff4
--- a/FileSelectionList.st	Wed Feb 25 17:14:23 2004 +0100
+++ b/FileSelectionList.st	Thu Feb 26 13:20:04 2004 +0100
@@ -787,7 +787,7 @@
     "redraw marks if any"
 
     super sizeChanged:how.
-    (shown and:[markDirectories]) ifTrue:[
+    markDirectories ifTrue:[
         self invalidate
     ]
 
@@ -1079,5 +1079,5 @@
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.52 2004-01-07 15:43:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.53 2004-02-26 12:19:59 cg Exp $'
 ! !