mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed POI loading logic
This commit is contained in:
parent
50c768e12d
commit
816e1d1768
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user