small cleanup

This commit is contained in:
iLLiCiTiT 2020-09-22 18:21:26 +02:00
parent 85e67b6ce2
commit 34d16bb096
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,10 @@ QComboBox {
background: #1d272f;
}
QComboBox QAbstractItemView::item {
padding: 3px;
}
QToolButton {
background: transparent;
}

View file

@ -148,7 +148,6 @@ class MultiSelectionComboBox(QtWidgets.QComboBox):
self.setFocusPolicy(QtCore.Qt.StrongFocus)
self._popup_is_shown = False
# self.__supressPopupHide = False
self._block_mouse_release_timer = QtCore.QTimer(self, singleShot=True)
self._initial_mouse_pos = None
self._separator = separator