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

Skip to content
Snippets Groups Projects
Commit f6bec41f authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #505 in VECTO/vecto-sim from...

Merge pull request #505 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-566-vehicle-height-is-not-read-correctly to develop

* commit '24a5d7ad':
  read vehicle height into GUI
parents acd144c5 24a5d7ad
No related branches found
No related tags found
No related merge requests found
......@@ -400,6 +400,7 @@ Public Class VehicleForm
'TbMassExtra.Text = veh.MassExtra.ToGUIFormat()
TBcdA.Text = If(airdrag.AirDragArea Is Nothing, "", airdrag.AirDragArea.ToGUIFormat())
tbVehicleHeight.Text = If(vehicle.Height Is Nothing, "", vehicle.Height.ToGUIFormat())
cbPTOType.SelectedValue = pto.PTOTransmissionType
tbPTOLossMap.Text =
......
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