Small bugfix concerning saving TIEFD value in form sheet mode
This commit is contained in:
parent
03a9bd6e8e
commit
e8b094b700
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user