Fix default link color.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5668 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2007-02-07 03:50:24 +00:00
parent 628210154b
commit 07fd0cc413

View File

@ -1298,7 +1298,7 @@ Fl_Help_View::format()
textcolor_ = get_color(get_attr(attrs, "TEXT", attr, sizeof(attr)),
textcolor());
linkcolor_ = get_color(get_attr(attrs, "LINK", attr, sizeof(attr)),
selection_color());
fl_contrast(FL_MAGENTA, color()));
}
else if (strcasecmp(buf, "BR") == 0)
{