From 328cf31b91c57fb5e78a4561b0faf6d2deb61ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 31 Jan 2017 17:00:29 +0100 Subject: [PATCH] [apps/calculation] Correct bug Change-Id: I74668aa07f3771257f136cb8ad76ad95527ba691 --- apps/calculation/text_field.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/calculation/text_field.cpp b/apps/calculation/text_field.cpp index 3f0e999e8..7b5258294 100644 --- a/apps/calculation/text_field.cpp +++ b/apps/calculation/text_field.cpp @@ -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);