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