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 b5acfef commit ed6f2ffCopy full SHA for ed6f2ff
CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Fixed
11
12
- Fixed issue with screen not updating when auto_refresh was enabled https://github.com/Textualize/textual/pull/5063
13
-- Fixed issues regarding loading indicator https://github.com/Textualize/textual/issues/3935
+- Fixed issues regarding loading indicator https://github.com/Textualize/textual/pull/5079
14
15
### Added
16
src/textual/_compositor.py
@@ -725,7 +725,7 @@ def add_widget(
725
)
726
727
map[widget] = _MapGeometry(
728
- (region + layout_offset),
+ region + layout_offset,
729
order,
730
clip,
731
total_region.size,
0 commit comments