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 2b443ec commit db9b188Copy full SHA for db9b188
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -617,7 +617,7 @@ def _init_toolbar(self):
617
# the actual sizeHint, so override it instead in order to make the
618
# aesthetic adjustments noted above.
619
def sizeHint(self):
620
- size = super().sizeHint()
+ size = super(NavigationToolbar2QT, self).sizeHint()
621
size.setHeight(max(48, size.height()))
622
return size
623
0 commit comments