Fix arrow keys

This commit is contained in:
Nicolas Werner 2022-03-30 06:24:23 +02:00
parent f9942494d6
commit 82cdb483a9
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -249,12 +249,12 @@ InputBar::updateState(int selectionStart_,
history_index_ = 0; history_index_ = 0;
updateAtRoom(text_); updateAtRoom(text_);
emit textChanged(text_);
} }
selectionStart = selectionStart_; selectionStart = selectionStart_;
selectionEnd = selectionEnd_; selectionEnd = selectionEnd_;
cursorPosition = cursorPosition_; cursorPosition = cursorPosition_;
emit textChanged(text_);
} }
QString QString