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 40da260 commit 6ec3247Copy full SHA for 6ec3247
src/textual/filter.py
@@ -184,6 +184,7 @@ def __init__(self, dim_factor: float = 0.5) -> None:
184
dim_factor: The factor to dim by; 0 is 100% background (i.e. invisible), 1.0 is no change.
185
"""
186
self.dim_factor = dim_factor
187
+ super().__init__()
188
189
def apply(self, segments: list[Segment], background: Color) -> list[Segment]:
190
"""Transform a list of segments.
0 commit comments