mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps/regression] Missing ;
This commit is contained in:
@@ -244,7 +244,7 @@ bool GraphController::moveCursorHorizontally(int direction, bool fast) {
|
||||
x = m_store->meanOfColumn(*m_selectedSeriesIndex, 0);
|
||||
y = m_store->meanOfColumn(*m_selectedSeriesIndex, 1);
|
||||
} else {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
*m_selectedDotIndex = dotSelected;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user