sc/source/ui/app/inputwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0e3eae5de89027e8e4c03391ebeec1fb9729fa1b
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Aug 28 21:58:11 2024 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Thu Aug 29 09:04:32 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/+/172553
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Jenkins
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 )
{