diff --git a/A32NX/html_ui/Pages/VCockpit/Instruments/NavSystems/A320_Neo/A32NX_NavSystem.js b/A32NX/html_ui/Pages/VCockpit/Instruments/NavSystems/A320_Neo/A32NX_NavSystem.js index e0c14cf5cd0..bf0594efc39 100644 --- a/A32NX/html_ui/Pages/VCockpit/Instruments/NavSystems/A320_Neo/A32NX_NavSystem.js +++ b/A32NX/html_ui/Pages/VCockpit/Instruments/NavSystems/A320_Neo/A32NX_NavSystem.js @@ -43,7 +43,7 @@ class NavSystem extends BaseInstrument { this.menuSlider = this.getChildById("SliderMenu"); this.menuSliderCursor = this.getChildById("SliderMenuCursor"); if (!this.currFlightPlanManager) { - this.currFlightPlanManager = new FlightPlanManager(); + this.currFlightPlanManager = new FlightPlanManager(this); this.currFlightPlanManager.registerListener(); } this.currFlightPlan = new FlightPlan(this);