(merge_widget_value) [USE_MOTIF]: Pass along the change flag from
merged_contents.
This commit is contained in:
parent
caafcc32ad
commit
2fe6d204c9
1 changed files with 3 additions and 0 deletions
|
@ -526,6 +526,9 @@ merge_widget_value (val1, val2, level)
|
|||
EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)",
|
||||
0, 0);
|
||||
change = max (change, INVISIBLE_CHANGE);
|
||||
#ifdef USE_MOTIF
|
||||
change = max (merged_contents->change, change);
|
||||
#endif
|
||||
}
|
||||
|
||||
val1->contents = merged_contents;
|
||||
|
|
Loading…
Add table
Reference in a new issue