mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Fallback to X in non-graphing apps since x and n are not usable.
This commit is contained in:
committed by
EmilieNumworks
parent
128a6acb32
commit
dcbc860b6d
@@ -22,7 +22,7 @@ AppsContainer * TextFieldDelegateApp::container() {
|
||||
}
|
||||
|
||||
const char * TextFieldDelegateApp::XNT() {
|
||||
return "x";
|
||||
return "X";
|
||||
}
|
||||
|
||||
const char * TextFieldDelegateApp::privateXNT(TextField * textField) {
|
||||
|
||||
Reference in New Issue
Block a user