fix bug paths
This commit is contained in:
parent
30a9396e4a
commit
2f3259d063
@ -34,9 +34,6 @@ namespace TBF.UI.Bench.Paths
|
||||
Pup,
|
||||
Pdown,
|
||||
Pdelta,
|
||||
Eup,
|
||||
Edown,
|
||||
Edelta,
|
||||
StopBFValve,
|
||||
FixedColumnsCount,
|
||||
}
|
||||
@ -144,9 +141,6 @@ namespace TBF.UI.Bench.Paths
|
||||
editors[(int)Column.Pup] = prUpCBox;
|
||||
editors[(int)Column.Pdown] = prDownCBox;
|
||||
editors[(int)Column.Pdelta] = prDownCBox;
|
||||
editors[(int)Column.Eup] = prUpCBox;
|
||||
editors[(int)Column.Edown] = prDownCBox;
|
||||
editors[(int)Column.Edelta] = prDownCBox;
|
||||
editors[(int)Column.StopBFValve] = stopBFValveComboBox;
|
||||
/// Prepare valve combo-boxes (max. 64 valves)
|
||||
for (int i = 0; i < 64; i++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user