[app/sequence][app/graph] Change the implementation of is defined in

function class

Change-Id: Ie81829ea7bc688574219894513f3c48b37bbcfda
This commit is contained in:
Émilie Feral
2017-03-02 15:38:28 +01:00
committed by Romain Goyet
parent c03149d202
commit 654bd358f8
2 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ Poincare::ExpressionLayout * Function::layout() {
}
bool Function::isDefined() {
return m_layout != nullptr;
return m_expression != nullptr;
}
bool Function::isActive() {