summaryrefslogtreecommitdiff
path: root/lwlib
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
commitd21cf544f7261322f8aeffa2b028999ec7f4d844 (patch)
treea2859fcbf96f59e72f2dcf585c270b68df525202 /lwlib
parent1f24a709cc92c71fd1c0b868bff810565ea5de55 (diff)
downloademacs-d21cf544f7261322f8aeffa2b028999ec7f4d844.tar.gz
(make_menubar) [LESSTIF_VERSION]: Don't set
XmNresizeHeight and XmNresizeWidth.
Diffstat (limited to 'lwlib')
-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. */