mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
store settings variable
This commit is contained in:
parent
057bdd1fba
commit
a52c025816
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ class ActionOverlayWidget(QtWidgets.QFrame):
|
|||
|
||||
self.setAttribute(QtCore.Qt.WA_TranslucentBackground, True)
|
||||
|
||||
self._settings_icon = settings_icon
|
||||
|
||||
def enterEvent(self, event):
|
||||
super().enterEvent(event)
|
||||
self._settings_icon.setVisible(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue