Correctly clear out the fitting view from a tab when it gets deleted
This commit is contained in:
@@ -84,3 +84,5 @@ class FittingView(wx.ListCtrl):
|
||||
self.activeFitID = fitID
|
||||
if fitID == None:
|
||||
self.Hide()
|
||||
else:
|
||||
self.Show()
|
||||
|
||||
Reference in New Issue
Block a user