Correctly insert pasted text at cursor position

actorid
scrawl 11 years ago
parent 91e50585ff
commit f05606657c

@ -484,7 +484,7 @@ namespace MWInput
if (text)
{
edit->addText(MyGUI::UString(text));
edit->insertText(MyGUI::UString(text), edit->getTextCursor());
SDL_free(text);
}
}

Loading…
Cancel
Save