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:
Admiral H. Curtiss 2023-03-14 01:21:17 +01:00 committed by GitHub
commit 26605c0184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -28,6 +28,5 @@ void TASSpinBox::OnUIValueChanged(int new_value)
void TASSpinBox::ApplyControllerValueChange() void TASSpinBox::ApplyControllerValueChange()
{ {
const QSignalBlocker blocker(this);
setValue(m_state.ApplyControllerValueChange()); setValue(m_state.ApplyControllerValueChange());
} }