Fixed colored border around workspace buttons
This commit is contained in:
committed by
Jon Trulson
parent
0ec1d6b692
commit
cc076d7756
@@ -2112,6 +2112,11 @@ SwitchCreate (BoxData * box_data)
|
|||||||
panel.inactive_pixel_set->fg);
|
panel.inactive_pixel_set->fg);
|
||||||
XtSetArg (al[ac], XmNbackgroundPixmap, pixmap); ac++;
|
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 =
|
switch_data->rc =
|
||||||
XmCreateRowColumn (box_data->switch_form, "switch_rc", al, ac);
|
XmCreateRowColumn (box_data->switch_form, "switch_rc", al, ac);
|
||||||
|
|||||||
Reference in New Issue
Block a user