We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a67a4 + 8d92b12 commit 1b1ff8aCopy full SHA for 1b1ff8a
lector/toolbars.py
@@ -516,7 +516,7 @@ def sizeHint(self):
516
return self.minimumSizeHint()
517
518
def minimumSizeHint(self):
519
- return QtCore.QSize(self.adjusted_size, 32)
+ return QtCore.QSize(int(self.adjusted_size), 32)
520
521
def wheelEvent(self, QWheelEvent):
522
# Disable mouse wheel scrolling in the ComboBox
@@ -532,7 +532,7 @@ def sizeHint(self):
532
533
534
535
536
537
def keyReleaseEvent(self, event):
538
if event.key() == QtCore.Qt.Key_Escape:
0 commit comments