Author: bklaas
Date: Tue Mar  2 08:52:00 2010
New Revision: 8611

URL: http://svn.slimdevices.com/jive?rev=8611&view=rev
Log:
Fixed Bug: 15666
Description: in Menu.lua when MOUSE_UP is detected and self.accel is true, call 
reLayout() instead of reDraw() to trigger the artwork fetch
thanks to Tom for helping me understand this code

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

Modified: 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua?rev=8611&r1=8610&r2=8611&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua (original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Menu.lua Tue Mar  2 
08:52:00 2010
@@ -813,7 +813,7 @@
                if (self.accel or self.accelKey) then
                        self.accel = false
                        self.accelKey = nil
-                       self:reDraw()
+                       self:reLayout()
                end
 
                if self.sliderDragInProgress then

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

Reply via email to