diff -r ad6c1fc272de -r 494246e516ab FileBrowserV2.st --- a/FileBrowserV2.st Fri Jan 30 16:34:53 2004 +0100 +++ b/FileBrowserV2.st Mon Feb 02 10:47:27 2004 +0100 @@ -79,6 +79,8 @@ - on sort order change in directory contents browser the columnspec shouldnt not reloaded - in windows directory up on top of a volume goes to default directory - check all windowspecs with different font types + - multiple select with mouse moving is flickering (see bestFilename in FilenameEditField) + - too many system calls on update cycle " ! ! @@ -1649,7 +1651,7 @@ !FileBrowserV2 class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.103 2004-01-30 11:27:50 ca Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.104 2004-02-02 09:47:27 penk Exp $' ! ! FileBrowserV2 initialize!