Fix arrow keys
This commit is contained in:
parent
f9942494d6
commit
82cdb483a9
@ -249,12 +249,12 @@ InputBar::updateState(int selectionStart_,
|
||||
history_index_ = 0;
|
||||
|
||||
updateAtRoom(text_);
|
||||
emit textChanged(text_);
|
||||
}
|
||||
|
||||
selectionStart = selectionStart_;
|
||||
selectionEnd = selectionEnd_;
|
||||
cursorPosition = cursorPosition_;
|
||||
emit textChanged(text_);
|
||||
}
|
||||
|
||||
QString
|
||||
|
Loading…
Reference in New Issue
Block a user