labels can be saved in localization mode

This commit is contained in:
matlabbe
2016-06-08 18:19:51 -04:00
parent e205883de5
commit cbf348fafa

View File

@@ -1902,6 +1902,7 @@ bool Memory::labelSignature(int id, const std::string & label)
if(s)
{
s->setLabel(label);
_linksChanged = s->isSaved(); // HACK to get label updated in Localization mode
UWARN("Label \"%s\" set to node %d", label.c_str(), id);
return true;
}