mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Fixed colored border around workspace buttons
This commit is contained in:
parent
0ec1d6b692
commit
cc076d7756
1 changed files with 5 additions and 0 deletions
|
@ -2112,6 +2112,11 @@ SwitchCreate (BoxData * box_data)
|
|||
panel.inactive_pixel_set->fg);
|
||||
XtSetArg (al[ac], XmNbackgroundPixmap, pixmap); ac++;
|
||||
}
|
||||
else
|
||||
{
|
||||
XtSetArg (al[ac], XmNbackground, panel.primary_pixel_set->bg); ac++;
|
||||
XtSetArg (al[ac], XmNforeground, panel.primary_pixel_set->fg); ac++;
|
||||
}
|
||||
|
||||
switch_data->rc =
|
||||
XmCreateRowColumn (box_data->switch_form, "switch_rc", al, ac);
|
||||
|
|
Loading…
Reference in a new issue