Skip to content

Commit

Permalink
Merge branch 'master' into myocpn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakansv committed Jan 19, 2025
2 parents f4d21b9 + 7898343 commit ce4b97e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/src/ocpn_frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5878,8 +5878,7 @@ void MyFrame::OnFrameTimer1(wxTimerEvent &event) {
if (cc->GetglCanvas()) {
bool b_rotate = cc->GetUpMode() != NORTH_UP_MODE;
if (!b_rotate && !g_btenhertz) {
// printf("...........1 Hz update\n");
if (cc->m_bFollow)
if (cc->m_bFollow && !bnew_view)
cc->DoCanvasUpdate();
else
cc->Refresh(false);
Expand Down

0 comments on commit ce4b97e

Please sign in to comment.