From 6ba9230dadbcbedb6c59292ddaf10ea910adbb82 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Wed, 9 Sep 1998 00:00:53 +0000 Subject: [PATCH] Call show() on the builtin for SHACK. --- cmd/xfe/src/context_funcs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/xfe/src/context_funcs.cpp b/cmd/xfe/src/context_funcs.cpp index 2afab306be7..0eff379cc1c 100644 --- a/cmd/xfe/src/context_funcs.cpp +++ b/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()); }