Skip to content

Commit

Permalink
Merge pull request #342 from jongough/fixes_1.4
Browse files Browse the repository at this point in the history
Fix point visibility over normal restart of OCPN
  • Loading branch information
jongough authored Jan 2, 2018
2 parents 61de08c + d8677a8 commit bc5487d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SET(CPACK_PACKAGE_CONTACT "Jon Gough")

SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "46")
SET(VERSION_PATCH "47")
SET(VERSION_DATE "03/01/2018")

SET(BUNDLE_DATA FALSE)
Expand Down
2 changes: 2 additions & 0 deletions src/ODNavObjectChanges.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,8 @@ ODPath *ODNavObjectChanges::GPXLoadPath1( pugi::xml_node &odpoint_node , bool b
if( b_fullviz )
pTentPath->SetVisible();
}

pTentPath->SetPointVisibility();

pTentPath->m_bPathIsActive = b_active;

Expand Down

0 comments on commit bc5487d

Please sign in to comment.