mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.0044
This commit is contained in:
@ -1001,7 +1001,7 @@ gui_mch_new_menu_font()
|
||||
Dimension height;
|
||||
|
||||
XtVaGetValues(mp->id,
|
||||
XtNheight,(XtArgVal *)&height,
|
||||
XtNheight, &height,
|
||||
NULL);
|
||||
if (height < max_height)
|
||||
max_height = height;
|
||||
|
Reference in New Issue
Block a user