Deal with common pixel/pixmap/sensitive resources in SetValues().

This commit is contained in:
ramiro%netscape.com 1998-08-03 06:52:06 +00:00
parent 0fe080bea0
commit 91b5c815d1

View File

@ -458,13 +458,15 @@ SetValues(Widget ow,Widget rw,Widget nw,ArgList args,Cardinal *nargs)
/* XfeCaptionPart * np = _XfeCaptionPart(nw); */
/* XfeCaptionPart * op = _XfeCaptionPart(ow); */
/* Common pixel/pixmap/sensitive resources */
_XfeManagerPropagateSetValues(ow,nw,True);
/* shadow_thickness */
if (_XfemShadowThickness(nw) != _XfemShadowThickness(ow))
{
_XfemConfigFlags(nw) |= XfeConfigLE;
}
return _XfeManagerChainSetValues(ow,rw,nw,xfeCaptionWidgetClass);
}
/*----------------------------------------------------------------------*/