Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 824e1cd0 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

bugfix gui reading gearbox data

parent 0881c285
No related branches found
No related tags found
No related merge requests found
......@@ -484,7 +484,7 @@ Public Class VectoJobForm
Else
TbENG.Text = ""
End If
If (JobType <> VectoSimulationJobType.BatteryElectricVehicle orelse inputData.JobInputData.Vehicle.Components.GearboxInputData IsNot Nothing) Then
If (inputData.JobInputData.Vehicle.Components.GearboxInputData IsNot Nothing) Then
TbGBX.Text = GetRelativePath(inputData.JobInputData.Vehicle.Components.GearboxInputData.DataSource.SourceFile, _basePath)
Else
TbGBX.Text = ""
......@@ -1084,7 +1084,7 @@ Public Class VectoJobForm
GrAuxMech.Enabled = False
pnShiftParams.Enabled = True
gbEngineStopStart.Visible = False
pnHybridStrategy.Enabled = true
End Select
End Sub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment