File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010### Fixed
1111
1212- Fixed OptionList.add_options exhausting iterator https://github.com/Textualize/textual/pull/5540
13+ - Fixed screen not refreshing after pop https://github.com/Textualize/textual/issues/5542
1314
1415## 2.0.1 - 2024-02-16
1516
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
Original file line number Diff line number Diff line change @@ -1333,6 +1333,7 @@ def _on_screen_resume(self) -> None:
13331333 self ._compositor_refresh ()
13341334 self .app .stylesheet .update (self )
13351335 self ._refresh_layout (size )
1336+ self .refresh ()
13361337
13371338 def _on_screen_suspend (self ) -> None :
13381339 """Screen has suspended."""
You can’t perform that action at this time.
0 commit comments