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 31b1b91 commit 84b1411Copy full SHA for 84b1411
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