Add fc::Fkey_erase for backspace

This commit is contained in:
Markus Gans 2015-06-22 17:03:50 +02:00
parent c6518823c4
commit 77c6fa4eee
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ void Calc::onKeyPress (FKeyEvent* event)
switch ( key ) switch ( key )
{ {
case fc::Fkey_erase:
case fc::Fkey_backspace: case fc::Fkey_backspace:
if ( len > 0 ) if ( len > 0 )
{ {