Skip to content
Snippets Groups Projects
Commit 9da85584 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix synchronisation bug related to #89

parent 42591415
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ namespace gepetto {
} else {
parent->takeRow(bti->row());
}
delete bti;
bti->deleteLater();
_nodes->second.first[i] = NULL;
}
nodeItemMap_.erase(_nodes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment