Rework FitChanged command to avoid refreshing graph multiple times in certain cases
This commit is contained in:
@@ -240,4 +240,4 @@ class ItemMutatorList(wx.ScrolledWindow):
|
||||
sFit.switchFit(activeFit)
|
||||
|
||||
# Send signal to GUI to update stats with current active fit
|
||||
wx.PostEvent(mainFrame, GE.FitChanged(fitID=activeFit))
|
||||
wx.PostEvent(mainFrame, GE.FitChanged(fitIDs=(activeFit,)))
|
||||
|
||||
Reference in New Issue
Block a user