Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(a380x/efb): Fixed window handle being clickable through flyPad Screen #9496

Merged
merged 9 commits into from
Nov 15, 2024
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
1. [A380/WING_FLEX] Reduced stiffness of wings for more tip up bend - @Crocket63 (crocket)
1. [A380X/FWS] Add V1 callout - @flogross89 (floridude)
1. [FMS] Fix existing T-P moving when inserting temporary flight plan - @Benjozork (Benjamin Dupont)
1. [A380X/EFB] Fixed being able to click on window open handle through the flyPad screen - @2hwk (2cas)

## 0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@
<UseTemplate Name="ASOBO_GT_Material_Emissive_Code">
<EMISSIVE_CODE>(L:A32NX_EFB_BRIGHTNESS, number) 10 max 100 min 100 /</EMISSIVE_CODE>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_NoInteraction"/>
</Component>
<Component ID="PUSH_EFB_SIDE" Node="PUSH_EFB_SIDE">
<UseTemplate Name="ASOBO_GT_Push_Button">
Expand Down