Skip to content

Commit

Permalink
#184, #187 added missing slot values reset when is tracking of slot e…
Browse files Browse the repository at this point in the history
…nded (reverted)
  • Loading branch information
ldrahnik committed Jul 31, 2024
1 parent 7e6d8f2 commit beca1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numberpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ def set_tracking_id(value):
# can be misunderstanding when is touched padding (is printed previous key)
# log.info(abs_mt_slot_numpad_key[abs_mt_slot_value])

set_none_to_current_mt_slot()
#set_none_to_current_mt_slot()

abs_mt_slot[abs_mt_slot_value] = value
except IndexError as e:
Expand Down

0 comments on commit beca1f7

Please sign in to comment.