Fix issue with layout-modifying modules (need to build fill() into the recalc itself at some point)
This commit is contained in:
@@ -4,6 +4,7 @@ import gui.mainFrame
|
||||
from gui import globalEvents as GE
|
||||
from .calc.fitAddModule import FitAddModuleCommand
|
||||
from .calc.fitReplaceModule import FitReplaceModuleCommand
|
||||
from service.fit import Fit
|
||||
|
||||
class GuiModuleAddCommand(wx.Command):
|
||||
def __init__(self, fitID, itemID, position=None):
|
||||
|
||||
Reference in New Issue
Block a user