summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 0da60a9de675..cc48581aaaaa 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -1027,7 +1027,7 @@ void ScViewData::SetEditEngine( ScSplitPos eWhich,
SfxLokHelper::forEachOtherView(pThisViewShell, lAddWindows);
}
- // bei IdleFormat wird manchmal ein Cursor gemalt, wenn die View schon weg ist (23576)
+ // if view is gone then during IdleFormat sometimes a cursor is drawn
EEControlBits nEC = pNewEngine->GetControlWord();
pNewEngine->SetControlWord(nEC & ~EEControlBits::DOIDLEFORMAT);