updated for version 7.0044

This commit is contained in:
Bram Moolenaar
2005-01-25 21:42:15 +00:00
parent a7043832f3
commit 623fd5e206

View File

@ -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;