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:
Roy Nieterau 2024-09-27 13:05:31 +02:00
parent 3685a5e476
commit f17529b051

View file

@ -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.