Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacks

for composed characters.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3007 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-05-27 20:20:20 +00:00
parent fdfa3f0add
commit 3bad53ae79
3 changed files with 21 additions and 10 deletions
+8
View File
@@ -1,3 +1,11 @@
CHANGES IN FLTK 1.1.4
- The Fl_Text_Editor widget did not set changed() nor
did it call the widget's callback function for
FL_WHEN_CHANGED when processing characters that
Fl::compose() handles (STR #52)
CHANGES IN FLTK 1.1.4rc1
- The file chooser did not reset the click count when