diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-02-06 00:03:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-02-06 00:03:00 +0000 |
| commit | 0475dc936334432f68be80cd1b34eb7261e90af0 (patch) | |
| tree | 84d808fe20454f0cd917c686a0940495b1d690e0 /CHANGES | |
| parent | 01e47d8f247c9c2d41c5229ac582145a631752f7 (diff) | |
Removed some redundant code in Fl_Group::handle() (STR #669)
src/Fl_Group.cxx:
- Don't need to check o->contains() twice.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4023 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.1.7 - Documentation fixes (STR #648) + - Removed some redundant code in Fl_Group::handle() (STR + #669) - The file chooser didn't always deactivate the OK button when necessary (STR #653) - Image drawing on OSX changed the current drawing |
