From ef96c53019228c616e8ba6d99f8a45dfeff9918e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 8 Dec 2001 20:46:33 +0000 Subject: Fix infinite loop problem in Fl_Text_Editor - was resizing before we updated the number of lines in the buffer. Carl, please make sure this fix gets added to 2.0 CVS, if necessary. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1824 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8aa2aad8a..e0e255ecc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,12 @@ CHANGES IN FLTK 1.1.0b7 - More documentation updates... + - Fl_Text_Display would lockup when all text was + deleted; for example, when running the editor + demo, you couldn't load a second file. - Added Fl::lock() and friends from FLTK 2.0 to - support multi-threaded applications. + support multi-threaded applications; see the + "threads" demo for an example of this. - Fl_Check_Button and Fl_Round_Button now use the FL_NO_BOX box type to show the background of the parent widget. -- cgit v1.2.3