Thanks to visit codestin.com Credit goes to github.com
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 593ff96 + 4213c20 commit c2f39ddCopy full SHA for c2f39dd
1 file changed
lib/matplotlib/backends/qt_editor/_formlayout.py
@@ -71,7 +71,7 @@ def __init__(self, parent=None):
71
def choose_color(self):
72
color = QtWidgets.QColorDialog.getColor(
73
self._color, self.parentWidget(), "",
74
- QtWidgets.QColorDialog.ShowAlphaChannel)
+ _enum("QtWidgets.QColorDialog.ColorDialogOption").ShowAlphaChannel)
75
if color.isValid():
76
self.set_color(color)
77
0 commit comments