diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-12-06 16:55:51 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-12-06 16:55:51 +0000 |
| commit | d250e21542818846c8a2cbd9b04e67b099eb05ce (patch) | |
| tree | 760a9bcbfd384852be808d1c834cde8aae18c3bc /CHANGES | |
| parent | 3edb5e5aba329198d9e58468a472237de2f98160 (diff) | |
Fixed Fl_Input_::maximum_size() documentation and Fl_Input::replace()
to honor maximum_size() as number of allowed characters (STR #2747).
This was a hangover from FLTK 1.1, where the number of bytes was equal
to the number of characters.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9196 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ CHANGES IN FLTK 1.3.1 + - Fixed Fl_Input_::maximum_size() documentation and replace() method + to honor maximum_size() as number of allowed characters (STR #2747). - Fixed a potential crash if Fl_Double_Window::flush() was called before show() - Fixed regression (in FLTK 1.3.0) that could clear a radio |
