[apps] Correct bug: return boolean forgotten

Change-Id: Ifa81feaacc728572dba96e3f4eaa61004005d1a9
This commit is contained in:
Émilie Feral
2017-03-08 11:35:48 +01:00
parent b4b2e284e1
commit 7aac1077f6
3 changed files with 3 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ bool TermSumController::handleEvent(Ion::Events::Event event) {
m_contentView.graphView()->setHighlightColor(true);
m_contentView.graphView()->selectMainView(false);
m_contentView.legendView()->setLegendText(buffer);
return true;
}
return false;
}