Skip to content

Commit

Permalink
Delete commented out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Jan 8, 2024
1 parent fea45fe commit 1566676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,6 @@ async def _on_css_change(self) -> None:
self.stylesheet.update(self)
for screen in self.screen_stack:
self.stylesheet.update(screen)
# self.screen.refresh(layout=True)

def render(self) -> RenderableType:
return Blank(self.styles.background)
Expand Down

0 comments on commit 1566676

Please sign in to comment.