mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01:00
DolphinQt: Fix MappingButton not updating text on middle-click clear.
This commit is contained in:
parent
6dd0793f1b
commit
104a25fe0d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue