Fix a bug in comment editing.

This commit is contained in:
2021-09-08 12:30:29 +02:00
parent f6b987f777
commit d40324821f

View File

@@ -108,7 +108,6 @@ void TraceNavigator::editCommentAtTime(traceTime time)
auto found = comments.find(time);
if (found != comments.end()) {
comments.erase(found);
auto comment = found->second;
bool ok;