From d21cf544f7261322f8aeffa2b028999ec7f4d844 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 12 Mar 2000 16:22:19 +0000 Subject: [PATCH] (make_menubar) [LESSTIF_VERSION]: Don't set XmNresizeHeight and XmNresizeWidth. --- lwlib/lwlib-Xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 6190610910..732e67c0bf 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. */ -- 2.20.1