mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/MappingButton: Fix Clear not resetting ranges
This commit is contained in:
@ -130,6 +130,7 @@ void MappingButton::OnButtonTimeout()
|
|||||||
void MappingButton::Clear()
|
void MappingButton::Clear()
|
||||||
{
|
{
|
||||||
m_reference->SetExpression("");
|
m_reference->SetExpression("");
|
||||||
|
m_reference->range = 100;
|
||||||
m_parent->SaveSettings();
|
m_parent->SaveSettings();
|
||||||
Update();
|
Update();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user