mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[escher] Fix markRectAsDirty call.
Change-Id: I50b3e7ce9bbeed2ab8b1c76857914d798d3f05b5
This commit is contained in:
@@ -96,7 +96,7 @@ bool ModalViewController::ContentView::isDisplayingModal() const {
|
||||
}
|
||||
|
||||
void ModalViewController::ContentView::reload() {
|
||||
markRectAsDirty(frame());
|
||||
markRectAsDirty(bounds());
|
||||
layoutSubviews();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user