Call super in bubble.

This commit is contained in:
Matthew Einhorn 2014-08-25 11:13:29 -04:00 committed by akshayaurora
parent f6018fd301
commit 1d1802cff7
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ class TextInputCutCopyPaste(Bubble):
def on_touch_down(self, touch):
if self.collide_point(*touch.pos):
FocusBehavior.ignored_touch.append(touch)
return super(TextInputCutCopyPaste, self).on_touch_down(touch)
def on_textinput(self, instance, value):
global Clipboard