[apps/regression] Missing ;

This commit is contained in:
Émilie Feral
2019-10-15 15:35:56 +02:00
committed by Léa Saviot
parent 89aa0ac302
commit 3a19939a64

View File

@@ -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 {