svx/source/svdraw/svdedxv.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit a3f416e353031b9abb4ecfd3bf703e2238a5599f
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Mon Mar 11 21:03:30 2024 +0530
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon Mar 11 21:49:13 2024 +0100

    LOK: send LOK_CALLBACK_SHAPE_INNER_TEXT info on empty textbox initialization
    
    Change-Id: I8bc003f89147c145ec4b1f9a91b6fe82da9f14be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164662
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 90e8e116e807..083f0f1e932b 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -2434,8 +2434,10 @@ bool SdrObjEditView::SetAttributes(const SfxItemSet& 
rSet, bool bReplaceAll)
             mpTextEditOutlinerView->SetAttribs(rSet);
 
             Outliner* pTEOutliner = mpTextEditOutlinerView->GetOutliner();
-            if (mpModel && pTEOutliner && pTEOutliner->IsModified())
+            if (mpModel && pTEOutliner && pTEOutliner->IsModified()) {
                 mpModel->SetChanged();
+                SetInnerTextAreaForLOKit();
+            }
 
             ImpMakeTextCursorAreaVisible();
         }

Reply via email to