* This time, I actually got it right, thanks Alexandre...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29866 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7ac4610afa
commit
339676b608
@ -861,7 +861,7 @@ DrawingEngine::FillRegion(BRegion& r, const rgb_color& color)
|
||||
// NOTE: region expected to be already clipped correctly!!
|
||||
BRect frame = r.Frame();
|
||||
if (!fPainter->Bounds().Contains(frame)) {
|
||||
// NOTE: I am not quite sure yet how this can happen, but apparantly it
|
||||
// NOTE: I am not quite sure yet how this can happen, but apparently it
|
||||
// can (see bug #634).
|
||||
// This function is used for internal app_server painting, in the case of
|
||||
// bug #634, the background of views is painted. But the view region
|
||||
|
Loading…
Reference in New Issue
Block a user