Commit 09dbbff2 authored by twanvl's avatar twanvl

fixed adding/deleting multiple cards (next time: commit the whole directory)

parent 224379c0
......@@ -79,7 +79,6 @@ GenericAddAction<T>::GenericAddAction(AddingOrRemoving ar, const vector<T>& item
for (size_t pos = 0 ; pos < container.size() ; ++pos) {
if (contains(items, container[pos])) {
steps.push_back(Step(pos, container[pos]));
return;
}
}
if (steps.size() != items.size()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment