File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2323### Fixed
2424
2525- Fixed issue where Segments with a style of ` None ` aren't rendered https://github.com/Textualize/textual/pull/6109
26+ - Fixed visual glitches and crash when changing ` DataTable.header_height ` https://github.com/Textualize/textual/pull/6128
2627
2728## [ 6.1.0] - 2025-08-01
2829
Original file line number Diff line number Diff line change @@ -1160,6 +1160,9 @@ def watch_fixed_columns(self) -> None:
11601160 def watch_zebra_stripes (self ) -> None :
11611161 self ._clear_caches ()
11621162
1163+ def watch_header_height (self ) -> None :
1164+ self ._clear_caches ()
1165+
11631166 def validate_cell_padding (self , cell_padding : int ) -> int :
11641167 return max (cell_padding , 0 )
11651168
You can’t perform that action at this time.
0 commit comments