mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
eddn: Remove outdated comment about replaylog rework
And using tk `parent` *is* absolutely necessary.
This commit is contained in:
parent
b7769821be
commit
3d9bb64330
@ -1797,10 +1797,7 @@ def plugin_app(parent: tk.Tk) -> Optional[tk.Frame]:
|
||||
Set up any plugin-specific UI.
|
||||
|
||||
In this case we need the tkinter parent in order to later call
|
||||
`update_idletasks()` on it.
|
||||
|
||||
TODO: Re-work the whole replaylog and general sending to EDDN so this isn't
|
||||
necessary.
|
||||
`update_idletasks()` on it, or schedule things with `after()`.
|
||||
|
||||
:param parent: tkinter parent frame.
|
||||
:return: Optional tk.Frame, if the tracking UI is active.
|
||||
|
Loading…
x
Reference in New Issue
Block a user