summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r--src/timeline/InputBar.cpp1
1 files changed, 1 insertions, 0 deletions
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