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.
2 parents dfe1cf0 + 674ec75 commit 3aae878Copy full SHA for 3aae878
Orange/widgets/visualize/tests/test_owdistributions.py
@@ -511,7 +511,8 @@ def test_hide_bars(self):
511
self._set_check(cb, False)
512
self.assertTrue(all(not bar.hidden
513
for bar in widget.bar_items))
514
- self.assertTrue(all(curve.opts["brush"].style() == Qt.NoBrush
+ self.assertTrue(all(curve.opts["brush"] is None or
515
+ curve.opts["brush"].style() == Qt.NoBrush
516
for curve in widget.curve_items))
517
518
self._set_check(cb, True)
0 commit comments