From: Karsten Pedersen Date: Tue, 26 Feb 2013 19:09:17 +0000 (+0000) Subject: Fixed colored border around workspace buttons X-Git-Tag: 2.2.0d~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cc076d775603048270ea43b3965788dad93c5201;p=oweals%2Fcde.git Fixed colored border around workspace buttons --- diff --git a/cde/programs/dtwm/UI.c b/cde/programs/dtwm/UI.c index be0684c7..1d057d0b 100644 --- a/cde/programs/dtwm/UI.c +++ b/cde/programs/dtwm/UI.c @@ -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);