mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-11 22:10:21 +08:00
DbViewer: fixed scan disappearing after editing constraint
This commit is contained in:
@@ -5334,8 +5334,8 @@ void DatabaseViewer::editConstraint()
|
||||
}
|
||||
if(updated)
|
||||
{
|
||||
updateConstraintView();
|
||||
this->updateGraphView();
|
||||
updateConstraintView();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5366,8 +5366,8 @@ void DatabaseViewer::editConstraint()
|
||||
newLink = newLink.inverse();
|
||||
}
|
||||
linksAdded_.insert(std::make_pair(newLink.from(), newLink));
|
||||
updateLoopClosuresSlider(from, to);
|
||||
this->updateGraphView();
|
||||
updateLoopClosuresSlider(from, to);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user