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:
Stephan Aßmus
2005-04-15 16:03:16 +00:00
parent 8877eb5444
commit a415a09a32
+1 -1
View File
@@ -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: