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:
parent
655c7ea1ca
commit
407bc9f53a
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user