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:
Blake Harnden 2020-05-01 15:35:53 -07:00
parent 6ba065e8b6
commit 2e9968c306
2 changed files with 52 additions and 19 deletions

View file

@ -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)