mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
pass styles to menu with giving a parent
This commit is contained in:
parent
5806713004
commit
540ac8eae0
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ class SettingObject:
|
|||
return self.mouseReleaseEvent(event)
|
||||
return
|
||||
|
||||
menu = QtWidgets.QMenu()
|
||||
menu = QtWidgets.QMenu(self)
|
||||
|
||||
actions_mapping = {}
|
||||
if self.child_modified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue