diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-05 15:09:59 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-05 15:09:59 +0000 |
| commit | 62721060db3886cf627c826ba37627de51be8b48 (patch) | |
| tree | 420b7c711e3cc706b54445776d5ab90c72443b67 /documentation/Makefile | |
| parent | 24b82a1cb0a3fecc0c3661ba40831b2ce74cf3a6 (diff) | |
Using the layout alignment controls on a menu widget would cause
FLUID to crash (STR #742)
The Fl_Input_Choice documentation was not installed (STR #745)
documentation/Makefile:
- Add Fl_Input_Choice.html to list of doco files.
fluid/align_widget.cxx:
- Only do a full resize if the widget is not a menu button.
- Also set modflag when making changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4060 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 48e90c28f..a8434510a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -86,6 +86,7 @@ HTMLFILES = \ Fl_Image.html \ Fl_Input.html \ Fl_Input_.html \ + Fl_Input_Choice.html \ Fl_Int_Input.html \ Fl_JPEG_Image.html \ Fl_Light_Button.html \ |
