Change top/bottom shadow change detection order. yes, im anal.
git-svn-id: svn://10.0.0.236/trunk@7100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -467,17 +467,6 @@ SetValues(Widget ow,Widget rw,Widget nw,ArgList args,Cardinal *nargs)
|
||||
_XfeConfigFlags(nw) |= XfeConfigExpose;
|
||||
}
|
||||
|
||||
/* top_shadow_color */
|
||||
if (_XfeTopShadowColor(nw) != _XfeTopShadowColor(ow))
|
||||
{
|
||||
insensitive_top_gc_flag = True;
|
||||
|
||||
if (!_XfeIsSensitive(nw))
|
||||
{
|
||||
_XfeConfigFlags(nw) |= XfeConfigExpose;
|
||||
}
|
||||
}
|
||||
|
||||
/* bottom_shadow_color */
|
||||
if (_XfeBottomShadowColor(nw) != _XfeBottomShadowColor(ow))
|
||||
{
|
||||
@@ -490,6 +479,17 @@ SetValues(Widget ow,Widget rw,Widget nw,ArgList args,Cardinal *nargs)
|
||||
|
||||
}
|
||||
|
||||
/* top_shadow_color */
|
||||
if (_XfeTopShadowColor(nw) != _XfeTopShadowColor(ow))
|
||||
{
|
||||
insensitive_top_gc_flag = True;
|
||||
|
||||
if (!_XfeIsSensitive(nw))
|
||||
{
|
||||
_XfeConfigFlags(nw) |= XfeConfigExpose;
|
||||
}
|
||||
}
|
||||
|
||||
/* label_alignment */
|
||||
if (np->label_alignment != op->label_alignment)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user