mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
reduce layout
This commit is contained in:
@@ -1368,7 +1368,7 @@ class Screen(Generic[ScreenResultType], Widget):
|
||||
break
|
||||
widget = ancestor
|
||||
|
||||
if layout_required:
|
||||
if layout_required and not self._layout_required:
|
||||
self._layout_required = True
|
||||
self.check_idle()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user