mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Make Publisher UI raised to the front when clicking AYON > Create... or AYON > Publish... in host integrations if it was already opened.
This commit is contained in:
parent
3685a5e476
commit
f17529b051
1 changed files with 3 additions and 0 deletions
|
|
@ -252,6 +252,9 @@ class HostToolsHelper:
|
|||
if tab:
|
||||
window.set_current_tab(tab)
|
||||
window.make_sure_is_visible()
|
||||
window.raise_()
|
||||
window.activateWindow()
|
||||
window.showNormal()
|
||||
|
||||
def get_tool_by_name(self, tool_name, parent=None, *args, **kwargs):
|
||||
"""Show tool by it's name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue