Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Sep 24, 2024
1 parent c6dd2ee commit b53fa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/_compositor.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ def full_map(self) -> CompositorMap:
if self._full_map_invalidated:
self._full_map_invalidated = False
map, _widgets = self._arrange_root(self.root, self.size, visible_only=False)
# Update any widgets which became visible in the interim
self._new_widgets.update(map.keys() - self._full_map.keys())
self._full_map = map
self._visible_widgets = None
Expand Down

0 comments on commit b53fa79

Please sign in to comment.