this fixes the problem Axel signaled with the OK button in terminal's about box
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14922 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1481,9 +1481,7 @@ Layer::_ReserveRegions(BRegion ®)
|
|||||||
void
|
void
|
||||||
Layer::_ClearVisibleRegions()
|
Layer::_ClearVisibleRegions()
|
||||||
{
|
{
|
||||||
// OPT: maybe we should uncomment these lines for performance
|
fDrawingRegion.MakeEmpty();
|
||||||
//if (fFullVisible.CountRects() <= 0)
|
|
||||||
// return;
|
|
||||||
|
|
||||||
fVisible.MakeEmpty();
|
fVisible.MakeEmpty();
|
||||||
fFullVisible.MakeEmpty();
|
fFullVisible.MakeEmpty();
|
||||||
|
|||||||
Reference in New Issue
Block a user