Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pref > Controller: allow creating a new mapping with 'No Mapping' selected #4905

Merged
merged 6 commits into from
Sep 17, 2022
Prev Previous commit
Next Next commit
Pref Controller: disable mapping GUI for 'No Mapping'
ronso0 committed Aug 25, 2022
commit 8e001f1d28910c92bc97cd398271e1edd4ec22f7
1 change: 1 addition & 0 deletions src/controllers/dlgprefcontroller.cpp
Original file line number Diff line number Diff line change
@@ -565,6 +565,7 @@ void DlgPrefController::slotMappingSelected(int chosenIndex) {
if (m_GuiInitialized) {
setDirty(true);
}
enableWizardAndIOTabs(false);
}
} else { // User picked a mapping
m_ui.chkEnabledDevice->setEnabled(true);