From 8a68fd1de809265697e895ffed312c844455305e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 28 May 2016 15:39:05 +0000 Subject: [PATCH] Doc mod to refer to fltk color chip table. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11757 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_own_colormap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index 1c57870b3..e0984518c 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -29,7 +29,7 @@ #include /** \fn Fl::own_colormap() - Makes FLTK use its own colormap. This may make FLTK display better + Makes FLTK use its own colormap. This may make FLTK display better and will reduce conflicts with other programs that want lots of colors. However the colors may flash as you move the cursor between windows.