From: Gerd Moellmann Date: Sun, 12 Mar 2000 16:22:19 +0000 (+0000) Subject: (make_menubar) [LESSTIF_VERSION]: Don't set X-Git-Tag: emacs-pretest-21.0.90~4668 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d21cf544f7261322f8aeffa2b028999ec7f4d844;p=emacs.git (make_menubar) [LESSTIF_VERSION]: Don't set XmNresizeHeight and XmNresizeWidth. --- 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. */