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 48d50fc commit d31adc5Copy full SHA for d31adc5
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -640,7 +640,7 @@ def _init_toolbar(self):
640
# the actual sizeHint, so override it instead in order to make the
641
# aesthetic adjustments noted above.
642
def sizeHint(self):
643
- size = super().sizeHint()
+ size = super(NavigationToolbar2QT, self).sizeHint()
644
size.setHeight(max(48, size.height()))
645
return size
646
0 commit comments