Skip to content

Commit

Permalink
[skin.confluence] v4.5.9
Browse files Browse the repository at this point in the history
Fix menu visiblity when offsetting subtitles
  • Loading branch information
Hitcher committed Jan 3, 2019
1 parent 94d218d commit 82ebd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 720p/DialogSettings.xml
Expand Up @@ -9,7 +9,7 @@
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="150" condition="Window.Is(contentsettings) + Window.IsActive(AddonSettings)">Conditional</animation>
<animation effect="fade" start="100" end="0" time="300" condition="[Window.Is(osdaudiosettings) | Window.Is(osdvideosettings)] + [Window.IsVisible(SliderDialog) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(FileBrowser)]">Conditional</animation>
<animation effect="fade" start="100" end="0" time="300" condition="[Window.Is(osdaudiosettings) | Window.Is(osdvideosettings) | Window.Is(osdsubtitlesettings)] + [Window.IsVisible(SliderDialog) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(FileBrowser)]">Conditional</animation>
<animation effect="fade" start="100" end="0" time="400" condition="Window.Is(osdaudiodspsettings) + Window.IsVisible(SliderDialog)">Conditional</animation>
<include content="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.5.8" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.5.9" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
</requires>
Expand Down

0 comments on commit 82ebd98

Please sign in to comment.