Updated CHANGES for reflecting non polymorph behavior with hide() show(), fixes STR#396

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6503 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2008-11-06 23:32:16 +00:00
parent 383a1f5f22
commit 4ec0d5c005
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ CHANGES IN FLTK 1.3.0
- Cairo support: added --enable-cairo and --enable-cairoext
configure options.
- visualc(6) & vc2005 devenv's are in the ide subdirectory
- hide() and show() methods are now virtual from Fl_Widget,
was only virtual since Fl_Window derived classes before.
So now widget->hide() will work if widget is a window.
CHANGES IN FLTK 1.1.9