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 8b80068 + d31adc5 commit c4caab8Copy full SHA for c4caab8
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