mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Deal with common pixel/pixmap/sensitive resources in SetValues().
This commit is contained in:
parent
0fe080bea0
commit
91b5c815d1
@ -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);
|
||||
}
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user