sc/source/ui/app/inputwin.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit a67ec09810bda7480e55bc59522966dd032fecb7 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Wed Aug 28 21:58:11 2024 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Aug 29 10:43:07 2024 +0200
tdf#157198 auto correct done on EndExtTextInput not seen until next update Change-Id: I57f6c08e97f1f53411fd9e1e83c7faa0ae5788d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172569 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 8e07cc79bf78..f9d638cddd39 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1759,6 +1759,7 @@ bool ScTextWnd::Command( const CommandEvent& rCEvt ) if (pHdl) pHdl->InputCommand(rCEvt); } + SC_MOD()->InputChanged( m_xEditView.get() ); } else if ( nCommand == CommandEventId::CursorPos ) {