Update group_map.cpp

develop
Jan Boon 4 years ago committed by GitHub
parent ce9c7aae84
commit e5fce11618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1240,9 +1240,7 @@ void CGroupMap::checkCoords()
_RespawnLM[i] = createArkPointButton(_ArkPoints[i]);
_RespawnLM[i]->setId(this->getId() + ":arklm_" + NLMISC::toString(i));
_RespawnLM[i]->setParent(this);
ucstring title;
title.fromUtf8(_ArkPoints[i].Title);
_RespawnLM[i]->setDefaultContextHelp(title);
_RespawnLM[i]->setDefaultContextHelp(_ArkPoints[i].Title);
_RespawnLM[i]->HandleEvents = true;
addCtrl(_RespawnLM[i]);
updateLMPosFromDBPos(_RespawnLM[i], _ArkPoints[i].x, _ArkPoints[i].y);

Loading…
Cancel
Save