Fix a bug in comment editing.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user