Merge pull request #1029 from bjjerry/development
Fix for first low slot drag and drop
This commit is contained in:
@@ -408,7 +408,7 @@ class FittingView(d.Display):
|
||||
if mod1.slot != mod2.slot:
|
||||
return
|
||||
|
||||
if getattr(mod2, "modPosition"):
|
||||
if getattr(mod2, "modPosition") is not None:
|
||||
if clone and mod2.isEmpty:
|
||||
sFit.cloneModule(self.mainFrame.getActiveFit(), srcIdx, mod2.modPosition)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user