mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps] Correct bug: return boolean forgotten
Change-Id: Ifa81feaacc728572dba96e3f4eaa61004005d1a9
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user