parent
12832b3c64
commit
ae121f6021
@ -170,6 +170,7 @@ InputBar::setText(QString newText)
|
||||
if (history_.size() == INPUT_HISTORY_SIZE)
|
||||
history_.pop_back();
|
||||
|
||||
updateAtRoom("");
|
||||
emit textChanged(newText);
|
||||
}
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user