mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #11649 from Pokechu22/tas-controller-input-update-widgets
DolphinQt: Fix TAS widgets not updating with enable controller input
This commit is contained in:
commit
26605c0184
1 changed files with 0 additions and 1 deletions
|
@ -28,6 +28,5 @@ void TASSpinBox::OnUIValueChanged(int new_value)
|
|||
|
||||
void TASSpinBox::ApplyControllerValueChange()
|
||||
{
|
||||
const QSignalBlocker blocker(this);
|
||||
setValue(m_state.ApplyControllerValueChange());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue