summaryrefslogtreecommitdiff
path: root/src/Fl_arg.cxx
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:39:53 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:39:53 +0500
commitf93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch)
tree44d4626c2d56666056983d8fedf1b897f4ecf249 /src/Fl_arg.cxx
parentddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff)
wi[
Diffstat (limited to 'src/Fl_arg.cxx')
-rw-r--r--src/Fl_arg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx
index 46e9f7073..c236d1b3d 100644
--- a/src/Fl_arg.cxx
+++ b/src/Fl_arg.cxx
@@ -110,7 +110,7 @@ extern const char *fl_bg2;
- The order of fg, bg, and bg2 in the command line does not matter
- There is no way at the moment to set the selection color.
- Setting the bg2 color also changes the fg color to have sufficient contrast
- - Explicitly setting fg color overrides the bg2/contrast constraint.
+ - Explicitly setting fg color s the bg2/contrast constraint.
- Setting the bg color will update the color lookup table for the gray ramp,
so color index values can stay the same for all apps, it's just mapped to
different RGB values.
@@ -244,7 +244,7 @@ int Fl::arg(int argc, char **argv, int &i) {
parameters. \p i should be incremented by the same amount.
The \p cb handler is called \b before any other tests, so
- <i>you can also override any standard FLTK switch</i>
+ <i>you can also any standard FLTK switch</i>
(this is why FLTK can use very short switches instead of
the long ones all other toolkits force you to use).
See Fl::arg() for descriptions of the standard switches.