Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Fix on-right for scrollbar in favourites dialog
Browse files Browse the repository at this point in the history
When focused on the scrollbar, then pressing 'right' should bring us back to the main favorites panel.
  • Loading branch information
cheekychris committed Feb 7, 2015
1 parent aba63fa commit 1a60e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/DialogFavourites.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<posx>-8</posx>
<posy>listy</posy>
<height>globalh</height>
<onright>50</onright>
<onright>450</onright>
<animation effect="fade" start="100" end="0" time="400" condition="!Control.HasFocus(60) + !Container.Scrolling">Conditional</animation>
</control>
</control>
Expand Down

0 comments on commit 1a60e34

Please sign in to comment.