not needed

This commit is contained in:
Will McGugan
2025-08-01 12:26:36 +01:00
parent 9a36c90474
commit db46d088ab

View File

@@ -569,8 +569,6 @@ class Compositor:
"""
if not widget._is_mounted:
return
if self._widget_follow is None:
return
styles = widget.styles
if (visibility := styles.get_rule("visibility")) is not None: