DolphinQt: Ensure controller settings show the game-controller indicator while expression editing.
This commit is contained in:
parent
e9fe0d3d5b
commit
9321318cb6
|
@ -332,6 +332,9 @@ MappingWidget::CreateSettingAdvancedMappingButton(ControllerEmu::NumericSettingB
|
||||||
if (setting.IsSimpleValue())
|
if (setting.IsSimpleValue())
|
||||||
setting.SetExpressionFromValue();
|
setting.SetExpressionFromValue();
|
||||||
|
|
||||||
|
// Ensure the UI has the game-controller indicator while editing the expression.
|
||||||
|
ConfigChanged();
|
||||||
|
|
||||||
IOWindow io(this, GetController(), &setting.GetInputReference(), IOWindow::Type::Input);
|
IOWindow io(this, GetController(), &setting.GetInputReference(), IOWindow::Type::Input);
|
||||||
SetQWidgetWindowDecorations(&io);
|
SetQWidgetWindowDecorations(&io);
|
||||||
io.exec();
|
io.exec();
|
||||||
|
|
Loading…
Reference in New Issue