mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove comment
This commit is contained in:
@@ -418,7 +418,6 @@ class Compositor:
|
||||
|
||||
for widget, region, _order, clip in widget_regions:
|
||||
if not region:
|
||||
# log(widget, region)
|
||||
continue
|
||||
if region in clip:
|
||||
yield region, clip, widget.get_render_lines()
|
||||
|
||||
@@ -84,6 +84,7 @@ class ColorSystem:
|
||||
|
||||
@property
|
||||
def primary(self) -> Color:
|
||||
"""Get the primary color."""
|
||||
return Color.parse(self._primary)
|
||||
|
||||
secondary = ColorProperty()
|
||||
|
||||
Reference in New Issue
Block a user