Author: titmuss
Date: Thu Mar 13 07:36:40 2008
New Revision: 2110

URL: http://svn.slimdevices.com?rev=2110&root=Jive&view=rev
Log:
Bug: 6695
Description:
Fixed first menu entry to scroll automatically. The focus event was not being 
sent to the menu 
item when the menu was first displayed.


Modified:
    trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua

Modified: trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua?rev=2110&root=Jive&r1=2109&r2=2110&view=diff
==============================================================================
--- trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua (original)
+++ trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua Thu Mar 13 
07:36:40 2008
@@ -627,7 +627,7 @@
 
        local lastSelected = self._lastSelected
        local lastSelectedIndex = self._lastSelectedIndex
-       local nextSelectedIndex = self.selected
+       local nextSelectedIndex = self.selected or 1
 
        -- clear focus
        if lastSelectedIndex ~= nextSelectedIndex then

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

Reply via email to