mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[escher/scroll_view] Remove setColorsBackground
Introduced in commit37da7b95ato avoid screen tearing. Not necessary anymore since commit0e9092d2e.
This commit is contained in:
committed by
EmilieNumworks
parent
538d5cce64
commit
fd654d1c79
@@ -8,7 +8,6 @@ ScrollableView::ScrollableView(Responder * parentResponder, View * view, ScrollV
|
||||
m_manualScrollingOffset(KDPointZero)
|
||||
{
|
||||
setDecoratorType(ScrollView::Decorator::Type::None);
|
||||
setColorsBackground(false);
|
||||
}
|
||||
|
||||
bool ScrollableView::handleEvent(Ion::Events::Event event) {
|
||||
|
||||
Reference in New Issue
Block a user