Author: bklaas
Date: Wed Jan 20 11:30:29 2010
New Revision: 8385

URL: http://svn.slimdevices.com/jive?rev=8385&view=rev
Log:
Fixed Bug: 15504
Description: workaround issue with Slider consuming 'go' action by adding the 
title group widget to the window after the progress bar

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua?rev=8385&r1=8384&r2=8385&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/NowPlaying/NowPlayingApplet.lua
 Wed Jan 20 11:30:29 2010
@@ -1267,11 +1267,6 @@
 
        self.preartwork = Icon("artwork") -- not disabled, used for preloading
 
-       -- FIXME: the suppressTitlebar skin param should not be necessary if 
the window's style for title is { hidden = 1 }, but this looks to be a bug in 
the underlying skin code
-       self.suppressTitlebar = self:getSelectedStyleParam('suppressTitlebar')
-       if not self.suppressTitlebar then
-               window:addWidget(self.titleGroup)
-       end
        window:addWidget(self.nptrackGroup)
        window:addWidget(self.npalbumGroup)
        window:addWidget(self.npartistGroup)
@@ -1284,6 +1279,13 @@
 
        window:addWidget(self.controlsGroup)
        window:addWidget(self.progressGroup)
+
+       -- FIXME: the suppressTitlebar skin param should not be necessary if 
the window's style for title is { hidden = 1 }, but this looks to be a bug in 
the underlying skin code
+       self.suppressTitlebar = self:getSelectedStyleParam('suppressTitlebar')
+       if not self.suppressTitlebar then
+               window:addWidget(self.titleGroup)
+       end
+
 
        window:focusWidget(self.nptrackGroup)
        -- register window as a screensaver, unless we are explicitly not in 
that mode

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to