Fix performance issues with large file chooser selections. (STR #140)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3087 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-09-03 19:38:01 +00:00
parent daccac9672
commit cf40467b5b
2 changed files with 17 additions and 17 deletions
+2
View File
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.4
- Fl_File_Chooser was very close for multiple file
selection in large directories (STR #140)
- Fl_Text_Display/Editor did not disable the current
selection when focus was shifted to another widget
(STR #131)