[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

@@ -8,7 +8,7 @@ CalculationSelectableTableView::CalculationSelectableTableView(Responder * paren
{
setVerticalCellOverlap(0);
setMargins(0);
setShowsIndicators(false);
setDecoratorType(ScrollView::Decorator::Type::None);
}
void CalculationSelectableTableView::scrollToCell(int i, int j) {