We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6f2ff commit 990c9b8Copy full SHA for 990c9b8
src/textual/widget.py
@@ -589,6 +589,8 @@ def is_maximized(self) -> bool:
589
590
@property
591
def _render_widget(self) -> Widget:
592
+ """The widget the compositor should render."""
593
+ # Will return the "cover widget" if one is set, otherwise self.
594
return self._cover_widget if self._cover_widget is not None else self
595
596
def _cover(self, widget: Widget) -> None:
0 commit comments