Skip to content

Commit

Permalink
Fix Netflix Home Info "jumping" when clearlogo missing for adjacent item
Browse files Browse the repository at this point in the history
  • Loading branch information
inb4after committed Jun 14, 2021
1 parent 344c6ac commit d18cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/Includes_Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@
<width>563</width>
<aligny>top</aligny>
<texture background="true">$VAR[NetflixHome_ClearLogo]</texture>
<animation effect="fade" start="0" end="100" time="500">Visible</animation>
<animation effect="fade" start="0" end="100" time="500" condition="!String.IsEmpty(Control.GetLabel(55446))">Conditional</animation>
<visible>[Window.IsVisible(Home) + [!Control.HasFocus(660) + !Control.HasFocus(300) + !Control.HasFocus(302) + !Control.HasFocus(30222) + !Control.HasFocus(3001)]] | !Window.IsVisible(Home)</visible>
<visible>!String.IsEmpty(Control.GetLabel(55446))</visible>
</control>
Expand Down

0 comments on commit d18cdf0

Please sign in to comment.