diff --git a/mozilla/cmd/xfe/src/context_funcs.cpp b/mozilla/cmd/xfe/src/context_funcs.cpp index 2afab306be7..0eff379cc1c 100644 --- a/mozilla/cmd/xfe/src/context_funcs.cpp +++ b/mozilla/cmd/xfe/src/context_funcs.cpp @@ -2856,6 +2856,7 @@ fe_showRDFTreeView (Widget parent, LO_BuiltinStruct *builtin_struct) XmNheight, builtin_struct->height, NULL); XtRealizeWidget (parent); + builtin->show(); return (builtin->getBaseWidget()); }