1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Fixed POI loading logic

This commit is contained in:
Martin Tůma 2016-03-19 09:05:40 +01:00
parent 50c768e12d
commit 816e1d1768

View File

@ -713,8 +713,10 @@ void GUI::poiFileChecked(int index)
{
_poi.enableFile(_poi.files().at(index),
_poiFilesActions.at(index)->isChecked());
_track->clearPOI();
_track->loadPOI(_poi);
if (_showPOIAction->isChecked())
_track->loadPOI(_poi);
}
void GUI::graphChanged(int index)