Skip to content

Commit

Permalink
Fix: Cannot edit KeyboardAction. Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed May 23, 2016
1 parent 568cb4e commit ef73368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scc/gui/ae/special_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def set_action(self, mode, action):
self._current_profile = action.profile
self.select_action_type("profile")
elif isinstance(action, KeyboardAction):
self._current_profile = action.profile
self.select_action_type("keyboard")
else:
self.select_action_type("none")
Expand Down

0 comments on commit ef73368

Please sign in to comment.