Qt/Mapping: Show current input states in advanced dialog.

This commit is contained in:
Jordan Woyak
2019-01-06 17:15:00 -06:00
parent 4a613dad20
commit fa8cbd83e2
6 changed files with 128 additions and 27 deletions

View File

@ -66,7 +66,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();