mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 09:10:48 +01:00
[apps/calculation] Correct bug
Change-Id: I74668aa07f3771257f136cb8ad76ad95527ba691
This commit is contained in:
@@ -24,7 +24,6 @@ bool TextField::handleEvent(Ion::Events::Event event) {
|
||||
if (m_currentTextLength == 0 &&
|
||||
(event == Ion::Events::Multiplication ||
|
||||
event == Ion::Events::Plus ||
|
||||
event == Ion::Events::Dot ||
|
||||
event == Ion::Events::Division)) {
|
||||
if (!isEditing()) {
|
||||
setEditing(true);
|
||||
|
||||
Reference in New Issue
Block a user