mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:24:36 +02: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