First working prototype of toggleable projected fits. Creates a new association object that stores projection-specific information. GUI hasn't been touched (need to show state), and there are a lot of variables that I need to rename.
This commit is contained in:
@@ -228,8 +228,10 @@ class HandledProjectedDroneList(HandledDroneCargoList):
|
||||
if proj.isInvalid or not proj.item.isType("projected"):
|
||||
self.remove(proj)
|
||||
|
||||
# @todo: remove this once we are sure we no longer need it
|
||||
class HandledProjectedFitList(HandledList):
|
||||
def append(self, proj):
|
||||
print "apppending projected fit", proj
|
||||
proj.projected = True
|
||||
list.append(self, proj)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user