avoid some color warnings. We will have to fix the widget to
get the colors right. git-svn-id: svn://10.0.0.236/trunk@13053 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
51ccf3f4a6
commit
37bd0ff8e8
@ -984,8 +984,6 @@ XFE_RDFTreeView::setHTTreeViewProperties( HT_View view)
|
||||
gotit = fe_GetPixelFromRGBString(getContext(), (char *) data, &pixel);
|
||||
if (gotit) {
|
||||
XtSetArg(av[ac], XmNbackground, pixel); ac++;
|
||||
XtSetArg(av[ac], XmNcellBackground, pixel); ac++;
|
||||
XtSetArg(av[ac], XmNblankBackground, pixel); ac++;
|
||||
}
|
||||
}
|
||||
|
||||
@ -997,7 +995,6 @@ XFE_RDFTreeView::setHTTreeViewProperties( HT_View view)
|
||||
gotit = fe_GetPixelFromRGBString(getContext(), (char *) data, &pixel);
|
||||
if (gotit) {
|
||||
XtSetArg(av[ac], XmNforeground, pixel); ac++;
|
||||
XtSetArg(av[ac], XmNcellForeground, pixel); ac++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user