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
d21cf544
Commit
d21cf544
authored
Mar 12, 2000
by
Gerd Moellmann
Browse files
(make_menubar) [LESSTIF_VERSION]: Don't set
XmNresizeHeight and XmNresizeWidth.
parent
1f24a709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lwlib/lwlib-Xm.c
lwlib/lwlib-Xm.c
+1
-1
No files found.
lwlib/lwlib-Xm.c
View file @
d21cf544
...
...
@@ -1492,7 +1492,7 @@ make_menubar (instance)
ac
=
0
;
XtSetArg
(
al
[
ac
],
XmNmenuAccelerator
,
0
);
++
ac
;
#if
def 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. */
...
...
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