Add support for ship browser lite to command view

This commit is contained in:
DarkPhoenix
2019-08-01 12:21:01 +03:00
parent 2e9b024390
commit b3b134ea45
6 changed files with 30 additions and 13 deletions

View File

@@ -176,7 +176,7 @@ class BaseList(gui.display.Display):
self.fits.append(fit)
self.updateView()
self.graphFrame.draw()
class FitList(BaseList):