mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 12:45:07 +00:00
![]() Prior to this if you typed "1+2=" you would not get the answer, instead you'd be left with "2" on the screen; Calculator wanted you to hit the enter key to get the answer. Now you can either use the enter or the equal key to finish the operation and get the answer. |
||
---|---|---|
.. | ||
Calculator.cpp | ||
Calculator.h | ||
CalculatorWidget.cpp | ||
CalculatorWidget.h | ||
CalculatorWindow.gml | ||
CMakeLists.txt | ||
Keypad.cpp | ||
Keypad.h | ||
KeypadValue.cpp | ||
KeypadValue.h | ||
main.cpp |