Added copy module by drag/drop module while holding Ctrl key. This has been planned since 2011 according to blame. =D
This commit is contained in:
@@ -352,7 +352,7 @@ class FittingView(d.Display):
|
||||
|
||||
cFit = service.Fit.getInstance()
|
||||
|
||||
if clone:
|
||||
if clone and mod2.isEmpty:
|
||||
cFit.cloneModule(self.mainFrame.getActiveFit(), mod1.position, mod2.position)
|
||||
else:
|
||||
cFit.swapModules(self.mainFrame.getActiveFit(), mod1.position, mod2.position)
|
||||
|
||||
Reference in New Issue
Block a user