summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcf798846..d0935355f 100644
--- a/CHANGES
+++ b/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