Small bugfix concerning saving TIEFD value in form sheet mode

This commit is contained in:
Daniel Schick 2025-11-20 09:48:46 +01:00
parent 03a9bd6e8e
commit e8b094b700

View File

@ -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);