mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 08:41:01 +01:00
[escher/scroll_view] Replace setShowsIndicators by setDecoratorType
This commit is contained in:
committed by
EmilieNumworks
parent
09e08b43a0
commit
faae55eb51
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user