mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove mouse tracking
This commit is contained in:
parent
9787f4ad88
commit
5baf624124
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class ActionVariantWidget(QtWidgets.QFrame):
|
|||
def __init__(self, item_id, label, has_settings, parent):
|
||||
super().__init__(parent)
|
||||
|
||||
self.setMouseTracking(True)
|
||||
|
||||
label_widget = QtWidgets.QLabel(label, self)
|
||||
settings_btn = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue