mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
Change Fl_Spinner to use double values instead of ints.
Update FLUID dependencies. The # copies spinner was just a bit too small for 100 copies. Didn't set the menu divider if there were exactly 10 files in the history. Add documentation for Fl_Spinner. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4186 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -296,7 +296,7 @@ Fl_Double_Window* make_print_panel() {
|
||||
o->box(FL_THIN_DOWN_BOX);
|
||||
o->labelfont(1);
|
||||
o->align(FL_ALIGN_TOP_LEFT);
|
||||
{ Fl_Spinner* o = print_copies = new Fl_Spinner(326, 96, 40, 25, "# Copies:");
|
||||
{ Fl_Spinner* o = print_copies = new Fl_Spinner(321, 96, 45, 25, "# Copies:");
|
||||
o->callback((Fl_Callback*)cb_print_copies);
|
||||
o->when(FL_WHEN_CHANGED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user