When double or triple clicking ignore clicks if they are "far" from each other

Fixes #1093
This commit is contained in:
Kovid Goyal
2018-11-23 11:46:02 +05:30
parent b44345d78e
commit a0ff625f61
3 changed files with 45 additions and 17 deletions

View File

@@ -89,6 +89,9 @@ Changelog
- Fix incorrect text-antialiasing when using very low background opacity
(:iss:`1005`)
- When double or triple clicking ignore clicks if they are "far" from each
other (:iss:`1093`)
0.12.3 [2018-09-29]
------------------------------