Fix issue with gangboost not recalculating. We really should ensure that a command fit that has been calcuated does not need ot recalculate unless it's changed / is needed. But that's for a different time.
This commit is contained in:
@@ -51,9 +51,7 @@ class CommandViewDrop(wx.PyDropTarget):
|
||||
return t
|
||||
|
||||
class CommandView(d.Display):
|
||||
DEFAULT_COLS = ["State",
|
||||
"Base Name",
|
||||
]
|
||||
DEFAULT_COLS = ["Base Name",]
|
||||
|
||||
def __init__(self, parent):
|
||||
d.Display.__init__(self, parent, style = wx.LC_SINGLE_SEL | wx.BORDER_NONE)
|
||||
|
||||
Reference in New Issue
Block a user