diff --git a/VECTO/GUI/GearboxForm.vb b/VECTO/GUI/GearboxForm.vb
index 8f59e60e5fbaf2578f7e343b491328fd558e04b4..67e49e8c0246b9614ed275fd7b4b83e821456290 100644
--- a/VECTO/GUI/GearboxForm.vb
+++ b/VECTO/GUI/GearboxForm.vb
@@ -492,6 +492,9 @@ Public Class GearboxForm
 		TbStartAcc.Enabled = Not gStype.AutomaticTransmission()
 		TbStartSpeed.Enabled = Not gStype.AutomaticTransmission()
 		TbTqResv.Enabled = Not gStype.AutomaticTransmission()
+		GroupBox2.Enabled = Not gStype.AutomaticTransmission()
+		TBI_getr.Enabled = Not gStype.AutomaticTransmission()
+		TbTracInt.Enabled = Not gStype.AutomaticTransmission()
 		tbDownshiftAfterUpshift.Enabled = Not gStype.AutomaticTransmission()
 		tbUpshiftAfterDownshift.Enabled = Not gStype.AutomaticTransmission()
 	End Sub