зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ec9b0d8c5a
Коммит
9db50de711
|
@ -2910,7 +2910,7 @@ gdk_fontset_load("-*-*-*-*-*-*-16-*-*-*-*-*-*-*");
|
|||
|
||||
/* need to know how to get spot location */
|
||||
attr->spot_location.x = 0;
|
||||
attr->spot_location.y = 0; // height;
|
||||
attr->spot_location.y = 14;
|
||||
|
||||
attr->preedit_area.x = 0;
|
||||
attr->preedit_area.y = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче