summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-06-02 13:20:38 +0200
committerAndras Timar <andras.timar@collabora.com>2022-06-09 11:02:05 +0200
commite55d4084706660c35ec69c02c1a68b713b24dc93 (patch)
tree556ead501470512dd638cb8f574e95982de62dc5 /editeng
parent4e29d47a981dc178f6c5597d7c2d149c43b86998 (diff)
tdf#143964 insert/overwrite cursor shape lags in formula editing
Revert "tdf#132740 bypass work if selection has not changed" This reverts commit 865641047be4a693f7a51635ce06eab15675126d. Change-Id: I69244a1e57ce979bf21946e31df7165f8791423c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135302 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 30703dbe59e909e257876524785836e7f4d993b2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135265 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index b2ce6d198752..8c373127d3db 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -242,9 +242,6 @@ const OutlinerViewShell* ImpEditView::GetViewShell() const
void ImpEditView::SetEditSelection( const EditSelection& rEditSelection )
{
- if (aEditSelection == rEditSelection)
- return;
-
// set state before notification
aEditSelection = rEditSelection;