mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
small cleanup
This commit is contained in:
parent
85e67b6ce2
commit
34d16bb096
2 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,10 @@ QComboBox {
|
|||
background: #1d272f;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
background: transparent;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue