Adi told me a quick fix to get BView::Invalidate() working, it doesn't work correctly yet (invalidates child views as well), but it is a start.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1389,7 +1389,7 @@ cl->fBoundsLeftTop.PrintToStream();
|
|||||||
BRect converted(cl->ConvertToTop(invalRect.LeftTop()),
|
BRect converted(cl->ConvertToTop(invalRect.LeftTop()),
|
||||||
cl->ConvertToTop(invalRect.RightBottom()));
|
cl->ConvertToTop(invalRect.RightBottom()));
|
||||||
|
|
||||||
myRootLayer->GoRedraw(cl, BRegion(converted));
|
myRootLayer->GoRedraw(fWinBorder, BRegion(converted));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case AS_LAYER_INVAL_REGION:
|
case AS_LAYER_INVAL_REGION:
|
||||||
|
|||||||
Reference in New Issue
Block a user