diff options
author | Marek Doležel <marekdolezel@gmail.com> | 2015-07-14 03:00:37 +0200 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-07-14 03:05:41 +0200 |
commit | 0bd582834b46dbbc5037310d45bac8885e6f2a07 (patch) | |
tree | 81f2092feb9b43cb807eae142b11fe20a9f58183 /vcl | |
parent | 9be553f4c61f220ebbe212dc76cb9cce4ae1c106 (diff) |
This reverts commit 77c47fc79c1c8096c19a81a0d320e75b84857144.
This doesn't reintroduce the original problem of tdf#91544.
Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/edit/texteng.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx index 8355b91aa9d2..5b9b0c7cb05f 100644 --- a/vcl/source/edit/texteng.cxx +++ b/vcl/source/edit/texteng.cxx @@ -1499,8 +1499,7 @@ void TextEngine::UpdateViews( TextView* pCurView ) aNewPos.X() -= aOutSz.Width() - 1; aClipRect.SetPos( aNewPos ); - if (pView == pCurView) - pView->GetWindow()->Invalidate( aClipRect ); + pView->GetWindow()->Invalidate( aClipRect ); } } |