fixed issue with clearing out session location for created sessions
This commit is contained in:
parent
e3fc318a1b
commit
731b586df0
2 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ class CoreClient:
|
|||
self.interface_to_edge.clear()
|
||||
# session data
|
||||
self.canvas_nodes.clear()
|
||||
self.location = None
|
||||
self.links.clear()
|
||||
self.hooks.clear()
|
||||
self.wlan_configs.clear()
|
||||
|
|
|
@ -5,7 +5,7 @@ import logging
|
|||
import math
|
||||
import tkinter as tk
|
||||
|
||||
TEXT_DISTANCE = 0.25
|
||||
TEXT_DISTANCE = 0.33
|
||||
|
||||
|
||||
class LinkInfo:
|
||||
|
|
Loading…
Reference in a new issue