remove superfluous refresh

This commit is contained in:
Will McGugan
2022-06-03 16:03:10 +01:00
parent ff90050ec8
commit 853c4f746b
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
::: textual.geometry

View File

@@ -894,7 +894,6 @@ class App(Generic[ReturnType], DOMNode):
def refresh(self, *, repaint: bool = True, layout: bool = False) -> None:
self.screen.refresh(repaint=repaint, layout=layout)
self.check_idle()
# self.screen._refresh_layout()
def _paint(self):
"""Perform a "paint" (draw the screen)."""