Fix json decoding

Fix minor tooltip issue
This commit is contained in:
Kevin Cathcart
2018-01-01 12:13:39 -05:00
parent d36b6b1beb
commit 23ea19017f
2 changed files with 2 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ class ToolTips(object):
window = None
active = 0
tag = None
after_id = None
@classmethod
def getcontroller(cls, widget):