From e8b094b70009cf67b8ea6eb64f29032096de3beb Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 20 Nov 2025 09:48:46 +0100 Subject: [PATCH] Small bugfix concerning saving TIEFD value in form sheet mode --- ENI2/SheetDisplayControls/PreDepartureControl.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENI2/SheetDisplayControls/PreDepartureControl.xaml.cs b/ENI2/SheetDisplayControls/PreDepartureControl.xaml.cs index e7590828..d6f75f29 100644 --- a/ENI2/SheetDisplayControls/PreDepartureControl.xaml.cs +++ b/ENI2/SheetDisplayControls/PreDepartureControl.xaml.cs @@ -105,7 +105,7 @@ namespace ENI2.SheetDisplayControls private void PreDepartureControl_Loaded(object sender, RoutedEventArgs e) { // 4.1 - this.RegisterDoubleUpDownChange(this.doubleUpDownDraught, Message.NotificationClass.TIEFA); + this.RegisterDoubleUpDownChange(this.doubleUpDownDraught, Message.NotificationClass.TIEFD); // 4.2 this.RegisterIntegerUpDownChange(this.integerUpDownCrewMemberOnBoard, Message.NotificationClass.POBD);