We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4e49 commit 96bb982Copy full SHA for 96bb982
1 file changed
spinetoolbox/widgets/properties_widget.py
@@ -72,8 +72,7 @@ def setup_transparent_widgets(self):
72
widget
73
for transparent in self._transparent_classes
74
for widget in self.findChildren(transparent)
75
- if not any(isinstance(widget, non_transparent)
76
- for non_transparent in self._non_transparent_classes)
+ if not any(isinstance(widget, non_transparent) for non_transparent in self._non_transparent_classes)
77
}
78
for widget in widgets:
79
if widget not in self._transparent_widgets:
0 commit comments