pygui further changes to mimic old gui behavior, parsing link data when joining and removing link data when they are removed
This commit is contained in:
parent
6ba065e8b6
commit
2e9968c306
2 changed files with 52 additions and 19 deletions
|
@ -283,6 +283,9 @@ class CoreClient:
|
|||
response = self.client.get_emane_config(self.session_id)
|
||||
self.emane_config = response.config
|
||||
|
||||
# update interface manager
|
||||
self.interfaces_manager.joined(session.links)
|
||||
|
||||
# draw session
|
||||
self.app.canvas.reset_and_redraw(session)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue