mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
DolphinQt: Fix TAS widgets not updating with enable controller input
This regressed in 0300b44d23b149a0b93dd0aa2e77d20a02882ddf. Specifically, the sliders and the stick/IR widgets did not update, but the spin boxes did update.
This commit is contained in:
parent
019bde6afc
commit
3f6b931150
@ -28,6 +28,5 @@ void TASSpinBox::OnUIValueChanged(int new_value)
|
||||
|
||||
void TASSpinBox::ApplyControllerValueChange()
|
||||
{
|
||||
const QSignalBlocker blocker(this);
|
||||
setValue(m_state.ApplyControllerValueChange());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user