updated for version 7.0044

This commit is contained in:
vimboss
2005-01-25 21:42:15 +00:00
parent 8df99da452
commit f6ced117b4
+1 -1
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;