mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix args order
This commit is contained in:
parent
1ecc673c6c
commit
495b547914
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class HostToolsHelper:
|
|||
|
||||
def show_publisher_tool(self, parent=None, controller=None):
|
||||
with qt_app_context():
|
||||
dialog = self.get_publisher_tool(controller, parent)
|
||||
dialog = self.get_publisher_tool(parent, controller)
|
||||
|
||||
dialog.show()
|
||||
dialog.raise_()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue