mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(make_menubar) [LESSTIF_VERSION]: Don't set
XmNresizeHeight and XmNresizeWidth.
This commit is contained in:
parent
1f24a709cc
commit
d21cf544f7
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user