Temporarily disable this check in Invalidate() as requested by Stephan. This fixes the problem with redraws seen in FlattenPictureTest and a few other places.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27337 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3410,10 +3410,14 @@ BView::Invalidate(BRect invalRect)
|
||||
fOwner->fLink->StartMessage(AS_VIEW_INVALIDATE_RECT);
|
||||
fOwner->fLink->Attach<BRect>(invalRect);
|
||||
|
||||
// TODO: determine why this check isn't working correctly.
|
||||
#if 0
|
||||
if (!fOwner->fUpdateRequested) {
|
||||
fOwner->fLink->Flush();
|
||||
fOwner->fUpdateRequested = true;
|
||||
}
|
||||
#endif
|
||||
fOwner->fLink->Flush();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user