Add fc::Fkey_erase for backspace
This commit is contained in:
parent
c6518823c4
commit
77c6fa4eee
@ -488,6 +488,7 @@ void Calc::onKeyPress (FKeyEvent* event)
|
||||
|
||||
switch ( key )
|
||||
{
|
||||
case fc::Fkey_erase:
|
||||
case fc::Fkey_backspace:
|
||||
if ( len > 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user