deprecated check_layout

This commit is contained in:
Will McGugan
2021-08-27 16:02:50 +01:00
parent fdec5b7414
commit ca0865ebd4

View File

@@ -86,8 +86,8 @@ class View(Widget):
def get_offset(self, widget: Widget) -> Offset:
return self.layout.get_offset(widget)
def check_layout(self) -> bool:
return super().check_layout() or self.layout.check_update()
# def check_layout(self) -> bool:
# return super().check_layout() or self.layout.check_update()
async def message_update(self, message: UpdateMessage) -> None:
if self.is_root_view: