Fallback to X in non-graphing apps since x and n are not usable.

This commit is contained in:
Jacob Young
2017-09-15 07:01:03 -04:00
committed by EmilieNumworks
parent 128a6acb32
commit dcbc860b6d
3 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ AppsContainer * TextFieldDelegateApp::container() {
}
const char * TextFieldDelegateApp::XNT() {
return "x";
return "X";
}
const char * TextFieldDelegateApp::privateXNT(TextField * textField) {