Skip to content

Commit ed6f2ff

Browse files
committed
changlog
1 parent b5acfef commit ed6f2ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111

1212
- 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
13+
- Fixed issues regarding loading indicator https://github.com/Textualize/textual/pull/5079
1414

1515
### Added
1616

src/textual/_compositor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def add_widget(
725725
)
726726

727727
map[widget] = _MapGeometry(
728-
(region + layout_offset),
728+
region + layout_offset,
729729
order,
730730
clip,
731731
total_region.size,

0 commit comments

Comments
 (0)