Mercurial > emacs
changeset 36768:c4fe55798108
(make_menubar): Take out code in #if 0.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 13 Mar 2001 12:38:50 +0000 |
parents | 1fa1e2d7f88e |
children | 35df75f3f78d |
files | lwlib/lwlib-Xm.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib-Xm.c Tue Mar 13 12:31:55 2001 +0000 +++ b/lwlib/lwlib-Xm.c Tue Mar 13 12:38:50 2001 +0000 @@ -1490,15 +1490,6 @@ ac = 0; XtSetArg(al[ac], XmNmenuAccelerator, 0); ++ac; - -#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. */ - XtSetArg(al[ac], XmNresizeHeight, False); ++ac; - XtSetArg(al[ac], XmNresizeWidth, False); ++ac; -#endif - return XmCreateMenuBar (instance->parent, instance->info->name, al, ac); }