Skip to content

Commit

Permalink
clear keys before zeroing the config
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19413 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 24, 2018
1 parent 9a151ce commit 2173679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/mixins/input_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def setup(self):
self.watch_keymap_changes()

def cleanup(self):
self.keyboard_config = None
self.clear_keys_pressed()
self.keyboard_config = None

def reset_state(self):
self.clear_keys_pressed()
Expand Down

0 comments on commit 2173679

Please sign in to comment.