Author: tom
Date: Mon Dec 22 08:43:30 2008
New Revision: 3607

URL: http://svn.slimdevices.com?rev=3607&root=Jive&view=rev
Log:
pango:
- cleaned up where textarea does reDraw - part 2

Modified:
    7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/ui/Textarea.lua

Modified: 
7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/ui/Textarea.lua
URL: 
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/ui/Textarea.lua?rev=3607&root=Jive&r1=3606&r2=3607&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/ui/Textarea.lua 
(original)
+++ 7.4/branches/pango/squeezeplay/src/squeezeplay/share/jive/ui/Textarea.lua 
Mon Dec 22 08:43:30 2008
@@ -216,7 +216,7 @@
         local mouseX, mouseY = event:getMouse()
         
         local dragAmountY = self.dragOrigin.y - mouseY
-        self:scroll(dragAmountY);
+        self:scrollBy(dragAmountY);
         
         --reset origin
         self.dragOrigin.x, self.dragOrigin.y = mouseX, mouseY

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

Reply via email to