mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fixes bug with empty scriptmenu
This commit is contained in:
parent
ab16b1fad0
commit
133ba71963
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,6 @@ def deferred():
|
|||
cb_menu = launchformaya.main(title=self._menu.title(),
|
||||
objectName=self._menu)
|
||||
|
||||
# register modifiers
|
||||
modifiers = QtCore.Qt.ControlModifier | QtCore.Qt.ShiftModifier
|
||||
cb_menu.register_callback(modifiers, launchformaya.to_shelf)
|
||||
|
||||
# apply configuration
|
||||
cb_menu.build_from_configuration(cb_menu, config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue