Call to view.Destroy in uninstall()
This commit is contained in:
parent
38e56254ff
commit
09d7bd4fae
@ -19,6 +19,7 @@ class baseInteractor(object):
|
||||
pub.unsubscribe(self.set_label, "{modulename}_set_label".format(modulename=self.modulename))
|
||||
pub.unsubscribe(self.focus_control, "{modulename}_focus_control".format(modulename=self.modulename))
|
||||
pub.unsubscribe(self.set_title, "{modulename}_set_title".format(modulename=self.modulename))
|
||||
self.view.Destroy()
|
||||
|
||||
def start(self):
|
||||
self.result = self.view.get_response()
|
||||
|
Loading…
Reference in New Issue
Block a user