mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Auto insert ans before sto.
This commit is contained in:
@@ -22,7 +22,8 @@ bool TextField::handleEvent(Ion::Events::Event event) {
|
||||
event == Ion::Events::Plus ||
|
||||
event == Ion::Events::Power ||
|
||||
event == Ion::Events::Square ||
|
||||
event == Ion::Events::Division)) {
|
||||
event == Ion::Events::Division ||
|
||||
event == Ion::Events::Sto)) {
|
||||
if (!isEditing()) {
|
||||
setEditing(true);
|
||||
setText("");
|
||||
|
||||
Reference in New Issue
Block a user