Change the default hint implemenation to Python

This only affects drawing hints, JS is still used if possible to
actually click them.

It seems like for many people, the JS implementation was a lot slower
than the Python one...
This commit is contained in:
Florian Bruhin 2016-08-03 09:40:05 +02:00
parent 7b7ff53fc1
commit 2ee95df9e7

View File

@ -932,7 +932,7 @@ def data(readonly=False):
valid_values=typ.ValidValues(
('javascript', "Better but slower"),
('python', "Slightly worse but faster"),
)), 'javascript'),
)), 'python'),
"Which implementation to use to find elements to hint."),
readonly=readonly