[Libreoffice-commits] core.git: svx/source

Tamás Zolnai tamas.zolnai at collabora.com
Sun Jun 18 18:51:16 UTC 2017


 svx/source/svdraw/svdedxv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a89f96012c7776f23a2a81f8542e046d29c2a2b
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Sun Jun 18 17:03:07 2017 +0200

    tdf#107666: EDITING: No caret outside the textbox after inserting a textbox
    
    This reverts commit 44555103217df34b218787f3dc6a2634b41fe52e.
    
    Now revert the related commit, need to revisit the original bug later.
    
    Change-Id: I08f42c4e859277ab411e4be5ad065fe3cca8bbb6
    Reviewed-on: https://gerrit.libreoffice.org/38923
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 7a7ed5fc3219..37d1a2a609cc 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -1219,7 +1219,7 @@ SdrEndTextEditKind SdrObjEditView::SdrEndTextEdit(bool bDontDeleteReally)
         // and now the Outliner itself
         if (!bTextEditDontDelete) delete pTEOutliner;
         else pTEOutliner->Clear();
-        if (bTextEditDontDelete && pTEWin!=nullptr) {
+        if (pTEWin!=nullptr) {
             pTEWin->SetCursor(pTECursorMerker);
         }
         maHdlList.SetMoveOutside(false);


More information about the Libreoffice-commits mailing list