diff --git a/plugins/feature/remotecontrol/remotecontrolgui.cpp b/plugins/feature/remotecontrol/remotecontrolgui.cpp index 648505f15..2ee4b0198 100644 --- a/plugins/feature/remotecontrol/remotecontrolgui.cpp +++ b/plugins/feature/remotecontrol/remotecontrolgui.cpp @@ -443,7 +443,7 @@ void RemoteControlGUI::createControls(RemoteControlDeviceGUI *gui, QBoxLayout *v combo->setToolTip("Set value for " + info->m_name); combo->insertItems(0, info->m_values); - connect(combo, &QComboBox::textActivated, + connect(combo, &QComboBox::currentTextChanged, [=] (const QString &text) { RemoteControl::MsgDeviceSetState *message = RemoteControl::MsgDeviceSetState::create(gui->m_rcDevice->m_protocol,