aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-07-27 16:19:46 +0000
committerRichard M. Stallman <[email protected]>1996-07-27 16:19:46 +0000
commit2fe6d204c95fe2eede996b211ee1f2cb5c9e5129 (patch)
treeb534af5800cb7978f1956f5650a8582aea812c97 /lwlib
parentcaafcc32ad931e6fdcf93b3566fc6c1093fa99b1 (diff)
(merge_widget_value) [USE_MOTIF]: Pass along the change flag from
merged_contents.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index aea3c3b87c..f24dd778ca 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -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;