Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qtvcp calc: prevent display input, fix check for None
Currently inputting text directly into the display (5+5 for example) and clilcking = will cause a crash. In the future perhaps this can be sorted out to accept this, for now it's best to prevent input into this box. The newly added preference stores "None" as a string, fix the check to check for "None" instead of None.
- Loading branch information
a69e45a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will take a look at improving the behavior with physical keyboard input since that's a feature I want to have working. I have a few approaches in mind...
a69e45a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some good progress this morning, I should have a PR later today.
a69e45a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things...