sc/source/ui/app/inputwin.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0d620f19222abca77dea75ecdf3f460486b81d43
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Aug 28 21:58:11 2024 +0100
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sat Aug 31 04:02:09 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 <[email protected]>
    (cherry picked from commit a67ec09810bda7480e55bc59522966dd032fecb7)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172573
    Reviewed-by: Michael Stahl <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
    Tested-by: Adolfo Jayme Barrientos <[email protected]>

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 )
         {

Reply via email to