[apps/calculation] Correct bug

Change-Id: I74668aa07f3771257f136cb8ad76ad95527ba691
This commit is contained in:
Émilie Feral
2017-01-31 17:00:29 +01:00
parent 34d31ca729
commit 328cf31b91

View File

@@ -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);