XEmacs 21.2.31 "Iris".
[chise/xemacs-chise.git.1] / lwlib / lwlib-Xlw.c
index 8063c7c..71b4959 100644 (file)
@@ -564,6 +564,9 @@ xlw_update_one_widget (widget_instance* instance, Widget widget,
       xlw_update_tab_control (instance, widget, val);
     }
 #endif
+  /* Lastly update our global arg values. */
+  if (val->args && val->args->nargs)
+    XtSetValues (widget, val->args->args, val->args->nargs);
 }
 
 void