Merge pull request #3131 from kived/textinput-scrollview

fix ScrollView._apply_transform
This commit is contained in:
Akshay Arora 2015-03-13 00:01:23 +05:30
commit 8359c77c51
1 changed files with 0 additions and 1 deletions

View File

@ -539,7 +539,6 @@ class ScrollView(StencilView):
def _apply_transform(self, m):
tx, ty = self.g_translate.xy
m.translate(tx, ty, 0)
m.translate(self.x, self.y, 0)
return super(ScrollView, self)._apply_transform(m)
def simulate_touch_down(self, touch):