bugfix
This commit is contained in:
parent
a767ff1590
commit
14e60b3430
@ -57,7 +57,7 @@ class BoxViewer(WidgetReady, BoxLayout):
|
|||||||
"modifiers":[]
|
"modifiers":[]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
# self.use_keyboard(self.used_keys)
|
self.use_keyboard(self.used_keys)
|
||||||
self.selected_data = None
|
self.selected_data = None
|
||||||
self.options = options
|
self.options = options
|
||||||
self.box_width = CSize(options['boxwidth'])
|
self.box_width = CSize(options['boxwidth'])
|
||||||
|
@ -49,7 +49,7 @@ class WidgetReady(EventDispatcher):
|
|||||||
self.my_kb = Window.request_keyboard(self.unuse_keyboard, self, "text")
|
self.my_kb = Window.request_keyboard(self.unuse_keyboard, self, "text")
|
||||||
self.my_kb.bind(on_key_down=self._on_keyboard_down)
|
self.my_kb.bind(on_key_down=self._on_keyboard_down)
|
||||||
if self.my_kb.widget:
|
if self.my_kb.widget:
|
||||||
self.my_kb.set_mode_free()
|
pass #self.my_kb.set_mode_free()
|
||||||
self.keyinfos = keyinfos
|
self.keyinfos = keyinfos
|
||||||
|
|
||||||
def unuse_keyboard(self):
|
def unuse_keyboard(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user