fix(viewport): preserve hidden-border content
Keep layout viewport content active when its boundary layer is off. Refs #844
This commit is contained in:
parent
9a8f29ae45
commit
cefe861203
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ impl Scene {
|
|||
if !vp.status.is_on
|
||||
|| vp.common.invisible
|
||||
|| self.entity_temporarily_hidden(handle)
|
||||
|| self.layer_hidden(&vp.common.layer)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue