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 b98c848 + 8e73c6d commit 53a9605Copy full SHA for 53a9605
1 file changed
lib/matplotlib/backends/backend_qt.py
@@ -856,7 +856,7 @@ def set_history_buttons(self):
856
857
class SubplotToolQt(QtWidgets.QDialog):
858
def __init__(self, targetfig, parent):
859
- super().__init__()
+ super().__init__(parent)
860
self.setWindowIcon(QtGui.QIcon(
861
str(cbook._get_data_path("images/matplotlib.png"))))
862
self.setObjectName("SubplotTool")
0 commit comments