mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Correctly insert pasted text at cursor position
This commit is contained in:
parent
91e50585ff
commit
f05606657c
@ -484,7 +484,7 @@ namespace MWInput
|
|||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
{
|
{
|
||||||
edit->addText(MyGUI::UString(text));
|
edit->insertText(MyGUI::UString(text), edit->getTextCursor());
|
||||||
SDL_free(text);
|
SDL_free(text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user