]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_menubar) [LESSTIF_VERSION]: Don't set
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Mar 2000 16:22:19 +0000 (16:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Mar 2000 16:22:19 +0000 (16:22 +0000)
XmNresizeHeight and XmNresizeWidth.

lwlib/lwlib-Xm.c

index 619061091010a63c133926e8eba9eaef24c9f001..732e67c0bf0bd3f130443d5620a4436ea3a933cc 100644 (file)
@@ -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.  */