Fix ModifiersChanged event on X11 (#1358)

This commit is contained in:
Christian Duerr 2020-01-04 05:11:00 +00:00 committed by Murarth
parent c0b46a03b5
commit d1c6506865
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
- On X11, fix `ModifiersChanged` emitting incorrect modifier change events
# 0.20.0 Alpha 6 (2020-01-03)
- On macOS, fix `set_cursor_visible` hides cursor outside of window.