sc/source/ui/app/inputwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 69c590e4082cde4d172e807a46ac6cf7888dd522
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Aug 28 21:58:11 2024 +0100
Commit: Xisco Fauli <[email protected]>
CommitDate: Thu Aug 29 10:42:29 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/+/172570
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 2b2dcb7ebd77..8d7497966c9f 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 )
{