use #invalidate instead of #redraw
authorClaus Gittinger <cg@exept.de>
Wed, 29 May 1996 16:16:35 +0200
changeset 720 2fb021555f9d
parent 719 574be1981be0
child 721 4a01084cf643
use #invalidate instead of #redraw
FSelList.st
FileSelectionList.st
--- a/FSelList.st	Wed May 29 15:28:01 1996 +0200
+++ b/FSelList.st	Wed May 29 16:16:35 1996 +0200
@@ -725,8 +725,10 @@
 
     super sizeChanged:how.
     (shown and:[markDirectories]) ifTrue:[
-        self redraw
+        self invalidate
     ]
+
+    "Modified: 29.5.1996 / 16:15:12 / cg"
 ! !
 
 !FileSelectionList methodsFor:'initialization'!
@@ -957,5 +959,5 @@
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.32 1996-05-26 13:21:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.33 1996-05-29 14:16:35 cg Exp $'
 ! !
--- a/FileSelectionList.st	Wed May 29 15:28:01 1996 +0200
+++ b/FileSelectionList.st	Wed May 29 16:16:35 1996 +0200
@@ -725,8 +725,10 @@
 
     super sizeChanged:how.
     (shown and:[markDirectories]) ifTrue:[
-        self redraw
+        self invalidate
     ]
+
+    "Modified: 29.5.1996 / 16:15:12 / cg"
 ! !
 
 !FileSelectionList methodsFor:'initialization'!
@@ -957,5 +959,5 @@
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.32 1996-05-26 13:21:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.33 1996-05-29 14:16:35 cg Exp $'
 ! !