diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 02:07:32 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 02:07:32 +0200 |
commit | 14f7fe282f9a1cbee49699fbd2bdaba086fc7899 (patch) | |
tree | f7e3ce25a4313ed60f82832b44f297e1c0ce20eb /src/timeline/InputBar.cpp | |
parent | Merge branch 'fix-tapping-timeline' (diff) | |
download | nheko-14f7fe282f9a1cbee49699fbd2bdaba086fc7899.tar.xz |
Cleanup some unused code
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r-- | src/timeline/InputBar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp index d5c2d428..f20b272b 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp @@ -254,6 +254,7 @@ InputBar::updateState(int selectionStart_, selectionStart = selectionStart_; selectionEnd = selectionEnd_; cursorPosition = cursorPosition_; + emit textChanged(text_); } QString |