mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed parenting
This commit is contained in:
parent
c012f41055
commit
a5425c2f89
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class _WindowCache:
|
|||
def show(parent=None):
|
||||
window = _WindowCache.window
|
||||
if window is None:
|
||||
window = PublisherWindow()
|
||||
window = PublisherWindow(parent)
|
||||
_WindowCache.window = window
|
||||
|
||||
window.show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue