changeset 298:318a46e78ff6

core: removed FIXME which is not valid anymore (it was not a bug)
author Goffi <goffi@goffi.org>
date Fri, 28 Jun 2019 12:25:36 +0200
parents ea213b02b755
children 86b1cd8121dd
files cagou/core/cagou_main.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cagou/core/cagou_main.py	Fri Jun 21 17:20:31 2019 +0200
+++ b/cagou/core/cagou_main.py	Fri Jun 28 12:25:36 2019 +0200
@@ -101,8 +101,8 @@
 Window.clearcolor = (1, 1, 1, 1)
 # we don't want multi-touch emulation with mouse
 if sys.platform != 'android':
-    # FIXME: there is currently a bug in Kivy when this option is enabled
-    #        cf. https://github.com/kivy/kivy/issues/6229
+    # this option doesn't make sense on Android and cause troubles
+    # cf. https://github.com/kivy/kivy/issues/6229
     KivyConfig.set('input', 'mouse', 'mouse,disable_multitouch')