mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 03:27:42 +01:00
Merge pull request #13377 from jordan-woyak/middle-clear-fix
DolphinQt: Fix MappingButton not updating text on middle-click clear.
This commit is contained in:
commit
4697f0ec2f
@ -149,9 +149,9 @@ public:
|
||||
|
||||
bool UnQueueInputDetection(MappingButton* button)
|
||||
{
|
||||
button->ConfigChanged();
|
||||
if (!std::erase(m_clicked_mapping_buttons, button))
|
||||
return false;
|
||||
button->ConfigChanged();
|
||||
UpdateInputDetectionStartTimer();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user