summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2023-03-14 01:21:17 +0100
committerGitHub <noreply@github.com>2023-03-14 01:21:17 +0100
commit26605c0184a2b1bf407a7dc726902c0807c8a6ee (patch)
tree0d589b8ee8aa9c56541eec5a9ba4377fed13f697 /Source/Core
parent5c962ea71f9937042bd85c858012cd4d1a7dc2a6 (diff)
parent3f6b9311503237eba87d281f8316553b6603a833 (diff)
Merge pull request #11649 from Pokechu22/tas-controller-input-update-widgets
DolphinQt: Fix TAS widgets not updating with enable controller input
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt/TAS/TASSpinBox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/TAS/TASSpinBox.cpp b/Source/Core/DolphinQt/TAS/TASSpinBox.cpp
index 8621656050..8c473bb9b3 100644
--- a/Source/Core/DolphinQt/TAS/TASSpinBox.cpp
+++ b/Source/Core/DolphinQt/TAS/TASSpinBox.cpp
@@ -28,6 +28,5 @@ void TASSpinBox::OnUIValueChanged(int new_value)
void TASSpinBox::ApplyControllerValueChange()
{
- const QSignalBlocker blocker(this);
setValue(m_state.ApplyControllerValueChange());
}