Skip to content

Commit

Permalink
fix busy spinner for mouse mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mergeandvary committed Apr 30, 2018
1 parent 4fb3b44 commit 89f3164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 1080i/Includes_Widgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@
</control>
</include>

<include name="Widget_Busy_Top_Mouse"><top>455</top></include>

<include name="Widget">
<param name="submenu" default="false" />
<param name="genres" default="false" />
Expand All @@ -438,6 +440,7 @@
<param name="widgetContent" value="$PARAM[widgetContent]" />
</include>
<control type="group">
<include condition="Skin.HasSetting(MouseMode)">Widget_Busy_Top_Mouse</include>
<top>655</top>
<left>-395</left>
<include content="Defs_BusySpinner">
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<addon id="skin.aura" version="0.9.25" name="Aura" provider-name="jurialmunkey">
<addon id="skin.aura" version="0.9.26" name="Aura" provider-name="jurialmunkey">
<requires>
<import addon="xbmc.gui" version="5.12.0"/>
<import addon="script.skinshortcuts" version="0.4.0"/>
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[B]0.9.26[/B]
VIEWTYPES - Fix for Big Posters with Codec Info on
WIDGETS - Fix busy spinner for mouse mode

[B]0.9.25[/B]
VIEWTYPES - Add Square Wall Large
Expand Down

0 comments on commit 89f3164

Please sign in to comment.