Fix broken partial arrange
This commit is contained in:
parent
b0ce4644b4
commit
59c128d9fd
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ public:
|
|||
|
||||
for(unsigned idx = 0; idx < fixeditems.size(); ++idx) {
|
||||
Item& itm = fixeditems[idx];
|
||||
itm.markAsFixedInBin(0);
|
||||
itm.markAsFixedInBin(itm.binId());
|
||||
}
|
||||
|
||||
m_pck.configure(m_pconf);
|
||||
|
|
Loading…
Add table
Reference in a new issue