diff --git a/Fltk/Popup_Button.h b/Fltk/Popup_Button.h index 959c3b162c8494d5a7ab9c00c4cea38d34ae7708..1abf35d217d0623aca907f43f9818ddd4b6e0954 100644 --- a/Fltk/Popup_Button.h +++ b/Fltk/Popup_Button.h @@ -27,6 +27,8 @@ // (popup() in 1.1.7 calls redraw() after picked(), which can cause a // crash if the button was deleted by the callback) +// Update Sat Apr 29 21:39:00 2006: this bug is now fixed in FLTK. + class Popup_Button : public Fl_Menu_Button { public: Popup_Button(int x, int y, int w, int h, char *label=0)