Skip to content

Commit

Permalink
Update context menu more often as ARPA count can vary
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Aug 17, 2017
1 parent ea89e91 commit ae4a617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/br24radar_pi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,8 @@ void br24radar_pi::Notify(void) {
m_notify_radar_window_viz = false;
SetRadarWindowViz(true);
updateAllControls = true;
} else {
SetRadarWindowViz();
}

if (!m_settings.show // No radar shown
Expand Down

0 comments on commit ae4a617

Please sign in to comment.