remove comment

This commit is contained in:
Will McGugan
2022-04-06 16:42:41 +01:00
parent 912c589134
commit 80412ccc33
2 changed files with 1 additions and 1 deletions

View File

@@ -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()

View File

@@ -84,6 +84,7 @@ class ColorSystem:
@property
def primary(self) -> Color:
"""Get the primary color."""
return Color.parse(self._primary)
secondary = ColorProperty()