Fix for an app_server bug. Thanks Ingo\!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1b65556d66
commit
715e2973a9
@ -567,7 +567,10 @@ BRegion::Support::ROr(long top, long bottom, const BRegion &first,
|
||||
if (foundCount > 1)
|
||||
SortTrans(lefts, rights, foundCount);
|
||||
|
||||
ASSERT(foundCount > 0);
|
||||
// TODO: This needs to be reviewed by BRegion owner.
|
||||
// ASSERT(foundCount > 0);
|
||||
if (foundCount == 0)
|
||||
return;
|
||||
|
||||
clipping_rect rect;
|
||||
rect.top = top;
|
||||
|
Loading…
Reference in New Issue
Block a user