mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
This commit is contained in:
parent
0f9440fa61
commit
22a59b3912
17 changed files with 315 additions and 111 deletions
|
@ -133,7 +133,6 @@ void GUITextInputMenu::regenerateGui(v2u32 screensize)
|
|||
evt.KeyInput.Shift = 0;
|
||||
e->OnEvent(evt);
|
||||
}
|
||||
changeCtype("");
|
||||
{
|
||||
core::rect<s32> rect(0, 0, 140, 30);
|
||||
rect = rect + v2s32(size.X/2-140/2, size.Y/2-30/2+25);
|
||||
|
@ -142,7 +141,6 @@ void GUITextInputMenu::regenerateGui(v2u32 screensize)
|
|||
text);
|
||||
delete[] text;
|
||||
}
|
||||
changeCtype("C");
|
||||
}
|
||||
|
||||
void GUITextInputMenu::drawMenu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue