diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp index ed97a2ca..44df3411 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp @@ -170,6 +170,7 @@ InputBar::setText(QString newText) if (history_.size() == INPUT_HISTORY_SIZE) history_.pop_back(); + updateAtRoom(""); emit textChanged(newText); } void