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:
@@ -522,9 +522,6 @@ ViewLayer::_UpdateOverlayView() const
|
||||
void
|
||||
ViewLayer::UpdateOverlay()
|
||||
{
|
||||
if (!IsVisible())
|
||||
return;
|
||||
|
||||
if (_Overlay() != NULL) {
|
||||
_UpdateOverlayView();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user