1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

CAPI: Set companion.Session.tk_master ASAP from AppWindow

This commit is contained in:
Athanasius 2021-08-16 15:42:13 +01:00
parent 655c7ea1ca
commit 407bc9f53a
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -394,6 +394,9 @@ class AppWindow(object):
self.w.rowconfigure(0, weight=1)
self.w.columnconfigure(0, weight=1)
# companion needs to be able to send <<CAPIResponse>> events
companion.session.set_tk_master(self.w)
self.prefsdialog = None
# if platform == 'win32':