mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps] Graph: In graphview, replace the type by a boolean to decide
wether to draw tangent
This commit is contained in:
committed by
EmilieNumworks
parent
cdfbc02499
commit
53b90034da
@@ -26,7 +26,7 @@ I18n::Message GraphController::emptyMessage() {
|
||||
}
|
||||
|
||||
void GraphController::viewWillAppear() {
|
||||
m_view.setType(GraphView::Type::Default);
|
||||
m_view.drawTangent(false);
|
||||
FunctionGraphController::viewWillAppear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user