mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Fix order of output mode buttons...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -465,15 +465,7 @@ Fl_Double_Window* make_print_panel() {
|
||||
o->selection_color(FL_FOREGROUND_COLOR);
|
||||
o->image(image_print_color);
|
||||
}
|
||||
{ Fl_Button* o = print_output_mode[1] = new Fl_Button(200, 45, 30, 40);
|
||||
o->type(102);
|
||||
o->box(FL_BORDER_BOX);
|
||||
o->down_box(FL_BORDER_BOX);
|
||||
o->color(FL_BACKGROUND2_COLOR);
|
||||
o->selection_color(FL_FOREGROUND_COLOR);
|
||||
o->image(image_print_gray);
|
||||
}
|
||||
{ Fl_Button* o = print_output_mode[2] = new Fl_Button(150, 50, 40, 30);
|
||||
{ Fl_Button* o = print_output_mode[1] = new Fl_Button(150, 50, 40, 30);
|
||||
o->type(102);
|
||||
o->box(FL_BORDER_BOX);
|
||||
o->down_box(FL_BORDER_BOX);
|
||||
@@ -481,6 +473,14 @@ Fl_Double_Window* make_print_panel() {
|
||||
o->selection_color(FL_FOREGROUND_COLOR);
|
||||
o->image(image_print_color);
|
||||
}
|
||||
{ Fl_Button* o = print_output_mode[2] = new Fl_Button(200, 45, 30, 40);
|
||||
o->type(102);
|
||||
o->box(FL_BORDER_BOX);
|
||||
o->down_box(FL_BORDER_BOX);
|
||||
o->color(FL_BACKGROUND2_COLOR);
|
||||
o->selection_color(FL_FOREGROUND_COLOR);
|
||||
o->image(image_print_gray);
|
||||
}
|
||||
{ Fl_Button* o = print_output_mode[3] = new Fl_Button(240, 50, 40, 30);
|
||||
o->type(102);
|
||||
o->box(FL_BORDER_BOX);
|
||||
|
||||
Reference in New Issue
Block a user