Skip to content

Commit

Permalink
Fix incorrect default not assumed colour radar target
Browse files Browse the repository at this point in the history
  • Loading branch information
EightSmart committed Jul 14, 2024
1 parent c12c3f5 commit f0de3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AT3/AT3RadarTargetDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void AT3RadarTargetDisplay::OnRefresh(HDC hDC, int Phase, HKCPDisplay* Display)
GraphicsContainer gContainer = g.BeginContainer();

// Set brush color based on state
SolidBrush aircraftBrush(colorRedundant);
SolidBrush aircraftBrush(colorNotAssumed);
dc.SetTextColor(colorRedundant.ToCOLORREF());
if (fp.GetState() == FLIGHT_PLAN_STATE_ASSUMED) {
aircraftBrush.SetColor(colorAssumed);
Expand Down

0 comments on commit f0de3c1

Please sign in to comment.