Skip to content
Permalink
Browse files
Merge pull request #8559 from jordan-woyak/nunchuk-tabs-fix
DolphinQt: Properly hide Wii remote extension motion tabs when no extension is selected.
  • Loading branch information
JMC47 committed Jan 14, 2020
2 parents efc1ee8 + f5d9b78 commit 9596fe7
Showing 1 changed file with 2 additions and 0 deletions.
@@ -360,6 +360,8 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
AddWidget(EXTENSION_MOTION_SIMULATION_TAB_NAME, extension_motion_simulation);
m_extension_motion_input_tab =
AddWidget(EXTENSION_MOTION_INPUT_TAB_NAME, extension_motion_input);
// Hide tabs by default. "Nunchuk" selection triggers an event to show them.
ShowExtensionMotionTabs(false);
break;
}
case Type::MAPPING_HOTKEYS:

0 comments on commit 9596fe7

Please sign in to comment.