diff options
Diffstat (limited to 'test/color_chooser.cxx')
| -rw-r--r-- | test/color_chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/color_chooser.cxx b/test/color_chooser.cxx index e737dcfec..212b08f5f 100644 --- a/test/color_chooser.cxx +++ b/test/color_chooser.cxx @@ -86,7 +86,7 @@ void cb1(Fl_Widget *, void *v) { void cb2(Fl_Widget *, void *v) { uchar r,g,b; Fl::get_color(c,r,g,b); - if (!fl_color_chooser("New color:",r,g,b)) return; + if (!fl_color_chooser("New color:",r,g,b,3)) return; c = fullcolor_cell; Fl::set_color(fullcolor_cell,r,g,b); Fl_Box* bx = (Fl_Box*)v; |
