Author: bklaas
Date: Wed May 26 09:25:59 2010
New Revision: 8817
URL: http://svn.slimdevices.com/jive?rev=8817&view=rev
Log:
Fixed Bug: 16260
Description: don't consume events on disabled slider widget
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Slider.lua
Modified: 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Slider.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Slider.lua?rev=8817&r1=8816&r2=8817&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Slider.lua (original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Slider.lua Wed May 26
09:25:59 2010
@@ -249,7 +249,7 @@
-- consume events if the slider is disabled
if not self.sliderEnabled then
- return EVENT_CONSUME
+ return EVENT_UNUSED
end
if type == EVENT_SCROLL then
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins