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