# HG changeset patch # User Goffi # Date 1561717536 -7200 # Node ID 318a46e78ff66b3422450d3f1108e4944dcb9876 # Parent ea213b02b755d2eaa0d7d361a426b9b8bac5b2ba core: removed FIXME which is not valid anymore (it was not a bug) diff -r ea213b02b755 -r 318a46e78ff6 cagou/core/cagou_main.py --- 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')