mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Qt/MappingButton: Fix Clear not resetting ranges
This commit is contained in:
parent
3d7b613be5
commit
e3cebebe51
@ -130,6 +130,7 @@ void MappingButton::OnButtonTimeout()
|
||||
void MappingButton::Clear()
|
||||
{
|
||||
m_reference->SetExpression("");
|
||||
m_reference->range = 100;
|
||||
m_parent->SaveSettings();
|
||||
Update();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user