From a767ff159004994a30c35b58994ca2b298cab7b7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 13 Nov 2020 18:06:07 +0800 Subject: [PATCH] bugfix --- kivyblocks/boxViewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivyblocks/boxViewer.py b/kivyblocks/boxViewer.py index 916694d..346a4a2 100644 --- a/kivyblocks/boxViewer.py +++ b/kivyblocks/boxViewer.py @@ -57,7 +57,7 @@ class BoxViewer(WidgetReady, BoxLayout): "modifiers":[] }, ] - self.use_keyboard(self.used_keys) + # self.use_keyboard(self.used_keys) self.selected_data = None self.options = options self.box_width = CSize(options['boxwidth'])