Fix arrow keys
This commit is contained in:
parent
f9942494d6
commit
82cdb483a9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user