mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/calcualtions] In calculation, fix isEmpty method
Change-Id: I3a03450a4d4f102f0915d3de1deb7715907acf06
This commit is contained in:
@@ -91,7 +91,7 @@ ExpressionLayout * Calculation::outputLayout(Context * context) {
|
||||
}
|
||||
|
||||
bool Calculation::isEmpty() {
|
||||
if (strlen(m_inputText) == 0) {
|
||||
if (strlen(m_outputText) == 0) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user