mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
Calculator: Fix which digits get animated when pressing keyboard keys
Previously every digit press would appear like "0" was pressed on the keypad.
This commit is contained in:
parent
c65df44eee
commit
ef9fd6c286
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
Keypad() = default;
|
||||
~Keypad() = default;
|
||||
|
||||
unsigned type_digit(int digit);
|
||||
void type_digit(int digit);
|
||||
void type_decimal_point();
|
||||
void type_backspace();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue