Multiple fixes

Update translations
This commit is contained in:
BasioMeusPuga
2019-01-28 02:28:43 +05:30
parent 96f4d9193a
commit 470fc1078f
12 changed files with 1578 additions and 702 deletions

View File

@@ -484,6 +484,9 @@ class FixedComboBox(QtWidgets.QComboBox):
# This and the one below should adjust to screen size
return QtCore.QSize(self.adjusted_size, 22)
def wheelEvent(self, QWheelEvent):
# Disable mouse wheel scrolling in the ComboBox
return
class FixedLineEdit(QtWidgets.QLineEdit):
def __init__(self, parent=None):