[escher/scroll_view] Replace setShowsIndicators by setDecoratorType

This commit is contained in:
Ruben Dashyan
2019-01-25 10:37:02 +01:00
committed by EmilieNumworks
parent 09e08b43a0
commit faae55eb51
11 changed files with 17 additions and 41 deletions

View File

@@ -20,7 +20,7 @@ EquationModelsParameterController::EquationModelsParameterController(Responder *
m_listController(listController)
{
m_selectableTableView.setMargins(0);
m_selectableTableView.setShowsIndicators(false);
m_selectableTableView.setDecoratorType(ScrollView::Decorator::Type::None);
for (int i = 0; i < k_numberOfExpressionCells; i++) {
Poincare::Expression e = Expression::Parse(k_models[i+1]);
m_layouts[i] = e.createLayout(Poincare::Preferences::PrintFloatMode::Decimal, Constant::ShortNumberOfSignificantDigits);