Fix bug with nesting a descending group.

Another bug in the function. Wrong increment.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-07-28 15:32:19 +03:00
parent 5978df2629
commit 3461281c40

View File

@ -146,7 +146,6 @@ bool NotArrangedDetail(QMap<uint, QMultiMap<qint64, int>> &container, QMap<uint,
}
return true;
}
++i;
}
return false;
}