Allow invisible views with overlay to be properly updated.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17485 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-05-16 20:16:31 +00:00
parent 8e2f6185f5
commit 73dacb878d

View File

@ -522,9 +522,6 @@ ViewLayer::_UpdateOverlayView() const
void
ViewLayer::UpdateOverlay()
{
if (!IsVisible())
return;
if (_Overlay() != NULL) {
_UpdateOverlayView();
} else {