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:
parent
628210154b
commit
07fd0cc413
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user