X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2Flwlib-Xlw.c;h=71b4959063474216892884462425b97544cdb0f9;hp=e4e91d6f5e290dc45c7cf6177e6c5df626beba40;hb=a7bf8d60d66c38f62928b171842d1b45d4539077;hpb=3890a2e3064a7f562107c58e59d928284ec04741 diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index e4e91d6..71b4959 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c @@ -536,9 +536,6 @@ xlw_update_one_widget (widget_instance* instance, Widget widget, widget_value* val, Boolean deep_p) { WidgetClass class = XtClass (widget); - /* Update up global arg values. */ - if (val->args && val->args->nargs) - XtSetValues (widget, val->args->args, val->args->nargs); if (0) ; @@ -567,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