mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps] Remove dummy checks in graph/graph_controller and shared/function_graph_controller
This commit is contained in:
@@ -70,7 +70,7 @@ BannerView * GraphController::bannerView() {
|
||||
|
||||
void GraphController::reloadBannerView() {
|
||||
FunctionGraphController::reloadBannerView();
|
||||
if (functionStore()->numberOfActiveFunctions() == 0 || !m_displayDerivativeInBanner) {
|
||||
if (!m_displayDerivativeInBanner) {
|
||||
return;
|
||||
}
|
||||
Ion::Storage::Record record = functionStore()->activeRecordAtIndex(indexFunctionSelectedByCursor());
|
||||
|
||||
Reference in New Issue
Block a user