Kaydet (Commit) 57a93c8c authored tarafından Caolán McNamara's avatar Caolán McNamara

this line is equivalent to InvalidateAtWindow

Change-Id: I4f718710c778e25f92f97ed2e7e7d9d01ed99e6b
Reviewed-on: https://gerrit.libreoffice.org/70212Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst a3fdb6c5
......@@ -234,8 +234,8 @@ void EditView::InvalidateOtherViewWindows( const tools::Rectangle& rInvRect )
void EditView::Invalidate()
{
const tools::Rectangle& rInvRect = GetInvalidateRect();
pImpEditView->GetWindow()->Invalidate( rInvRect );
InvalidateOtherViewWindows( rInvRect );
pImpEditView->InvalidateAtWindow(rInvRect);
InvalidateOtherViewWindows(rInvRect);
}
void EditView::SetReadOnly( bool bReadOnly )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment