| commit | 0bd582834b46dbbc5037310d45bac8885e6f2a07 | [log] |
|---|---|---|
| author | Marek Doležel <marekdolezel@gmail.com> | Tue Jul 14 03:00:37 2015 +0200 |
| committer | László Németh <laszlo.nemeth@collabora.com> | Tue Jul 14 03:05:41 2015 +0200 |
| tree | 81f2092feb9b43cb807eae142b11fe20a9f58183 | |
| parent | 9be553f4c61f220ebbe212dc76cb9cce4ae1c106 [diff] |
tdf#92582 Revert "tdf#91544: fix freezing of Data source window" This reverts commit 77c47fc79c1c8096c19a81a0d320e75b84857144. This doesn't reintroduce the original problem of tdf#91544. Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92
diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx index 8355b91..5b9b0c7 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 ); } }