The given updateRect in screen coords (_Draw()/_DrawAfterChildren()) should

no longer extend outside the view after r25879.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25880 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-06-09 16:09:20 +00:00
parent 581e67867c
commit 80f4a4f272
1 changed files with 0 additions and 2 deletions

View File

@ -4697,7 +4697,6 @@ BView::_Draw(BRect updateRect)
_SwitchServerCurrentView();
ConvertFromScreen(&updateRect);
updateRect = Bounds() & updateRect;
// TODO: make states robust (the hook implementation could
// mess things up if it uses non-matching Push- and PopState(),
@ -4719,7 +4718,6 @@ BView::_DrawAfterChildren(BRect updateRect)
_SwitchServerCurrentView();
ConvertFromScreen(&updateRect);
updateRect = Bounds() & updateRect;
// TODO: make states robust (see above)
PushState();