diff --git a/ground/gcs/src/plugins/config/outputchannelform.cpp b/ground/gcs/src/plugins/config/outputchannelform.cpp index 973ff94c4..85e697f31 100644 --- a/ground/gcs/src/plugins/config/outputchannelform.cpp +++ b/ground/gcs/src/plugins/config/outputchannelform.cpp @@ -133,7 +133,7 @@ void OutputChannelForm::linkToggled(bool state) if (!parent()) { return; } - int min = ui->actuatorValue->maximum(); + int min = ui->actuatorMax->maximum(); int linked_count = 0; QList outputChannelForms = parent()->findChildren(); // set the linked channels of the parent widget to the same value