Skip to content

Commit 6ec3247

Browse files
committed
sneaky fix, don't tell Darren
1 parent 40da260 commit 6ec3247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def __init__(self, dim_factor: float = 0.5) -> None:
184184
dim_factor: The factor to dim by; 0 is 100% background (i.e. invisible), 1.0 is no change.
185185
"""
186186
self.dim_factor = dim_factor
187+
super().__init__()
187188

188189
def apply(self, segments: list[Segment], background: Color) -> list[Segment]:
189190
"""Transform a list of segments.

0 commit comments

Comments
 (0)