mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/reg] Prevent fitting when data not suitable
This commit is contained in:
@@ -84,10 +84,7 @@ void CalculationController::tableViewDidChangeSelection(SelectableTableView * t,
|
||||
}
|
||||
|
||||
bool CalculationController::isEmpty() const {
|
||||
if (m_store->numberOfPairs() == 0) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return m_store->isEmpty();
|
||||
}
|
||||
|
||||
I18n::Message CalculationController::emptyMessage() {
|
||||
|
||||
Reference in New Issue
Block a user