mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +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()
|
||||
{
|
||||
m_reference->SetExpression("");
|
||||
m_reference->range = 100;
|
||||
m_parent->SaveSettings();
|
||||
Update();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue