Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5625f709
Commit
5625f709
authored
Mar 13, 2001
by
Gerd Moellmann
Browse files
(make_menubar): Take out code in #if 0.
parent
3d57dbba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
lwlib/lwlib-Xm.c
lwlib/lwlib-Xm.c
+0
-9
No files found.
lwlib/lwlib-Xm.c
View file @
5625f709
...
...
@@ -1490,15 +1490,6 @@ make_menubar (instance)
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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment