Skip to content

Commit

Permalink
fix(a380x/pfd): fix meter display colours (#9707)
Browse files Browse the repository at this point in the history
* Corrected Font Colours on Meter Display

* Updated Changelog

* Fixed change log conflicts

* Update CHANGELOG.md

---------

Co-authored-by: Benjamin Dupont <[email protected]>
  • Loading branch information
MrJigs7 and Benjozork authored Jan 5, 2025
1 parent ae669a6 commit 174a10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
1. [A380X] Add baro unit (hPa/in.Hg) auto selection - @tracernz (Mike)
1. [A380X/EFB] Improved Aircraft Presets configuration for the A380X - @frankkopp (cdr_maverick)
1. [A32NX/AMU] Enable VHF3 audio, and allow switching off VHF1 - @tracernz (Mike)
1. [A380X/PFD] Fix font colours on metric altitude display - @MrJigs7 (MrJigs.)

## 0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ class MetricAltIndicator extends DisplayComponent<{ bus: EventBus }> {
<text
ref={this.metricAltText}
id="MetricAltText"
class="FontMedium Cyan MiddleAlign"
class="FontMedium Green MiddleAlign"
x="128.64708"
y="145.86191"
>
Expand All @@ -962,7 +962,7 @@ class MetricAltIndicator extends DisplayComponent<{ bus: EventBus }> {
<text
id="MetricAltTargetText"
ref={this.metricAltTargetText}
class="FontSmallest Green MiddleAlign"
class="FontSmallest Cyan MiddleAlign"
x="94.088852"
y="37.926617"
>
Expand Down

0 comments on commit 174a10d

Please sign in to comment.