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

Skip to content
Snippets Groups Projects
Commit f8b87adc authored by Michael KRISPER's avatar Michael KRISPER
Browse files

JobEditor: BusAuxiliaries-Fields will be enabled/disabled due to change of checkbox

parent 99b2b92d
No related branches found
No related tags found
No related merge requests found
......@@ -584,11 +584,9 @@ Public Class VectoJobForm
if (Not inputData.JobInputData.Vehicle.Components.AuxiliaryInputData.BusAuxiliariesData Is nothing) Then
cbEnableBusAux.Checked = True
tbBusAuxParams.Text = GetRelativePath(inputData.JobInputData.Vehicle.Components.AuxiliaryInputData.BusAuxiliariesData.DataSource.SourceFile, _basePath)
pnBusAux.Enabled = true
Else
cbEnableBusAux.Checked = False
tbBusAuxParams.Text = ""
pnBusAux.Enabled = False
End If
DeclInit()
......
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