changeset 28116:25edeaccc41f

(make_menubar) [LESSTIF_VERSION]: Don't set XmNresizeHeight and XmNresizeWidth.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 12 Mar 2000 16:22:19 +0000
parents 48db2ba485bf
children 9fa9af3f0ca7
files lwlib/lwlib-Xm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib-Xm.c	Sun Mar 12 16:18:34 2000 +0000
+++ b/lwlib/lwlib-Xm.c	Sun Mar 12 16:22:19 2000 +0000
@@ -1492,7 +1492,7 @@
   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.  */