diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-15 04:47:28 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-06-15 04:47:28 +0000 |
| commit | 17abd7136d8fb7f6b6a52f8158f899be9e41be5a (patch) | |
| tree | 749638e817ddbc5af6c99e8fd8891331d02033f9 /CHANGES | |
| parent | aa88761194fd54f89d66ddf8fd90865d7ebae805 (diff) | |
Several widgets defined their own size() method but didn't
provide an inline method that mapped to the Fl_Widget::size()
method (STR #62)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ CHANGES IN FLTK 1.1.4 + - Several widgets defined their own size() method but + didn't provide an inline method that mapped to the + Fl_Widget::size() method (STR #62) - Fl_Scroll didn't provide its own clear() method, so calling clear() on a Fl_Scroll widget would also destroy the scrollbars (STR #75) |
