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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user