Fix issue with layout-modifying modules (need to build fill() into the recalc itself at some point)

This commit is contained in:
blitzmann
2018-07-31 21:29:59 -04:00
parent cfb7a70da5
commit 098f0f92ee
3 changed files with 5 additions and 2 deletions

View File

@@ -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):