Skip to content
Snippets Groups Projects
Commit d9fef3d5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 7ff24e32
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
// (popup() in 1.1.7 calls redraw() after picked(), which can cause a // (popup() in 1.1.7 calls redraw() after picked(), which can cause a
// crash if the button was deleted by the callback) // 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 { class Popup_Button : public Fl_Menu_Button {
public: public:
Popup_Button(int x, int y, int w, int h, char *label=0) Popup_Button(int x, int y, int w, int h, char *label=0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment