summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-03-12 16:22:19 +0000
committerGerd Moellmann <gerd@gnu.org>2000-03-12 16:22:19 +0000
commit8e91f0b63d60d5e53c0849b4546baaa0a1ffa3c2 (patch)
tree36b2769f18dbb31a2d8c017361cbf895ce28e002 /lwlib/lwlib-Xm.c
parent26e548de5bc1e34cc04cd4f51c6b8a6b5f2bce39 (diff)
downloademacs-8e91f0b63d60d5e53c0849b4546baaa0a1ffa3c2.tar.gz
(make_menubar) [LESSTIF_VERSION]: Don't set
XmNresizeHeight and XmNresizeWidth.
Diffstat (limited to 'lwlib/lwlib-Xm.c')
-rw-r--r--lwlib/lwlib-Xm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index 61906109101..732e67c0bf0 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -1492,7 +1492,7 @@ make_menubar (instance)
ac = 0;
XtSetArg(al[ac], XmNmenuAccelerator, 0); ++ac;
-#ifdef LESSTIF_VERSION
+#if 0
/* As of 2000-01-17, the LessTif menu bar resizes to height 0 when
all its children are removed, causing an annoying flickering
behavior. Prevent that by not allowing resizing. */