Fix bug with nesting a descending group.
Another bug in the function. Wrong increment. --HG-- branch : develop
This commit is contained in:
parent
5978df2629
commit
3461281c40
|
@ -146,7 +146,6 @@ bool NotArrangedDetail(QMap<uint, QMultiMap<qint64, int>> &container, QMap<uint,
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
++i;
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user