mirror of https://github.com/fltk/fltk
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:
parent
383a1f5f22
commit
4ec0d5c005
3
CHANGES
3
CHANGES
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue