tdf#107666: EDITING: No caret outside the textbox after inserting a textbox

This reverts commit 4455510321.

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@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
Tamás Zolnai
2017-06-18 17:03:07 +02:00
parent a8167698ed
commit 5a89f96012

View File

@@ -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);