mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Qt/MappingButton: Fix Clear not resetting ranges
This commit is contained in:
parent
3d7b613be5
commit
e3cebebe51
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue