Skip to content
Permalink
Browse files
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.
@@ -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.