Add some code to populate the fitting view with empty dummies when a fit is selected.
This commit is contained in:
@@ -42,7 +42,7 @@ class ViewColumn(object):
|
||||
def getText(self, mod):
|
||||
raise NotImplementedError()
|
||||
|
||||
def getImage(self, mod):
|
||||
def getImageId(self, mod):
|
||||
raise NotImplementedError()
|
||||
|
||||
def getParameters(self):
|
||||
|
||||
Reference in New Issue
Block a user