Calling Fl_Text_Display::buffer() with the same buffer would

cause an application to lockup (STR #196)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-11-01 01:32:40 +00:00
parent 037fd7bf94
commit e582a3e26b
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.5rc1
- Calling Fl_Text_Display::buffer() with the same buffer
would cause an application to lockup (STR #196)
- Some of the widgets could crash an application if the
cursor was changed after a window was deleted (STR
#181)