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.
1 parent b52b2a0 commit 4213c20Copy full SHA for 4213c20
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