Fixed error where rows where not collapsed when user is not of type pilot
This commit is contained in:
parent
ec925c1eb6
commit
9e1c654826
@ -260,8 +260,8 @@ namespace BreCalClient
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.rowt1.Height = new(0);
|
this.rowt1.Height = new(0);
|
||||||
this.rowt1.Height = new(0);
|
this.rowt2.Height = new(0);
|
||||||
this.rowt1.Height = new(0);
|
this.rowt3.Height = new(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.SetLockButton(this.Times.EtaBerthFixed ?? false);
|
this.SetLockButton(this.Times.EtaBerthFixed ?? false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user