mirror of https://github.com/procxx/kepka.git
parent
b697824540
commit
e1fd43b2a4
|
@ -1987,7 +1987,6 @@ void InputField::processFormatting(int insertPosition, int insertEnd) {
|
||||||
|
|
||||||
if (ch + 1 < textEnd && ch->isHighSurrogate() && (ch + 1)->isLowSurrogate()) {
|
if (ch + 1 < textEnd && ch->isHighSurrogate() && (ch + 1)->isLowSurrogate()) {
|
||||||
++ch;
|
++ch;
|
||||||
++fragmentPosition;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (action.type != ActionType::Invalid) {
|
if (action.type != ActionType::Invalid) {
|
||||||
|
|
Loading…
Reference in New Issue