diff --git a/cmd/xfe/XfeWidgets/XfeCaption/Caption.c b/cmd/xfe/XfeWidgets/XfeCaption/Caption.c index c79e33203723..14861213ad2c 100644 --- a/cmd/xfe/XfeWidgets/XfeCaption/Caption.c +++ b/cmd/xfe/XfeWidgets/XfeCaption/Caption.c @@ -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); } /*----------------------------------------------------------------------*/