Merge pull request #8396 from jordan-woyak/mapping-input-list-states

Qt/Mapping: Show current input states in advanced dialog.
This commit is contained in:
Léo Lam
2019-11-08 22:15:45 +01:00
committed by GitHub
6 changed files with 131 additions and 30 deletions

View File

@ -73,7 +73,7 @@ MappingButton::MappingButton(MappingWidget* parent, ControlReference* ref, bool
void MappingButton::AdvancedPressed()
{
IOWindow io(this, m_parent->GetController(), m_reference,
IOWindow io(m_parent, m_parent->GetController(), m_reference,
m_reference->IsInput() ? IOWindow::Type::Input : IOWindow::Type::Output);
io.exec();