bug 15496; cannot see Japanese text when entering it after focussing text

field for the first time; fixed by initializing Y coordinate to better
value; r=ftang
This commit is contained in:
erik%netscape.com 1999-12-02 02:27:00 +00:00
Родитель ec9b0d8c5a
Коммит 9db50de711
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2910,7 +2910,7 @@ gdk_fontset_load("-*-*-*-*-*-*-16-*-*-*-*-*-*-*");
/* need to know how to get spot location */ /* need to know how to get spot location */
attr->spot_location.x = 0; attr->spot_location.x = 0;
attr->spot_location.y = 0; // height; attr->spot_location.y = 14;
attr->preedit_area.x = 0; attr->preedit_area.x = 0;
attr->preedit_area.y = 0; attr->preedit_area.y = 0;