Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11649 from Pokechu22/tas-controller-input-update-…
…widgets

DolphinQt: Fix TAS widgets not updating with enable controller input
  • Loading branch information
AdmiralCurtiss committed Mar 14, 2023
2 parents 5c962ea + 3f6b931 commit 26605c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/DolphinQt/TAS/TASSpinBox.cpp
Expand Up @@ -28,6 +28,5 @@ void TASSpinBox::OnUIValueChanged(int new_value)

void TASSpinBox::ApplyControllerValueChange()
{
const QSignalBlocker blocker(this);
setValue(m_state.ApplyControllerValueChange());
}

0 comments on commit 26605c0

Please sign in to comment.