* 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:
@@ -861,7 +861,7 @@ DrawingEngine::FillRegion(BRegion& r, const rgb_color& color)
|
|||||||
// NOTE: region expected to be already clipped correctly!!
|
// NOTE: region expected to be already clipped correctly!!
|
||||||
BRect frame = r.Frame();
|
BRect frame = r.Frame();
|
||||||
if (!fPainter->Bounds().Contains(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).
|
// can (see bug #634).
|
||||||
// This function is used for internal app_server painting, in the case of
|
// 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
|
// bug #634, the background of views is painted. But the view region
|
||||||
|
|||||||
Reference in New Issue
Block a user