[apps/*/go_to_parameter_controller] Use setParameterName

This commit is contained in:
Ruben Dashyan
2019-09-05 10:33:18 +02:00
parent b357060939
commit 8a2ceb0440
3 changed files with 2 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ const char * PreimageParameterController::title() {
}
void PreimageParameterController::viewWillAppear() {
setParameterName(I18n::Message::Y);
m_preimageGraphController->setImage(m_cursor->y());
Shared::GoToParameterController::viewWillAppear();
}