Get rid of idea of "better" replacements
It turned out to be maintenance hell and it's just hard to find all the dual-action attributes (like crash vs GD sig attr, AB cycle time modification vs rep cycle time modification etc)
This commit is contained in:
@@ -679,7 +679,7 @@ class MainFrame(wx.Frame):
|
||||
if changes:
|
||||
wx.PostEvent(self, GE.FitChanged(fitID=fitID))
|
||||
|
||||
sPrice.optimizeFitPrice(fit, cb, includeBetter=True, fetchTimeout=10)
|
||||
sPrice.optimizeFitPrice(fit, cb, fetchTimeout=10)
|
||||
|
||||
def AdditionsTabSelect(self, event):
|
||||
selTab = self.additionsSelect.index(event.GetId())
|
||||
|
||||
Reference in New Issue
Block a user