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 9022e41 + 84b1411 commit a5c0b86Copy full SHA for a5c0b86
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