mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Fix MappingButton not updating text on middle-click clear.
This commit is contained in:
@ -149,9 +149,9 @@ public:
|
|||||||
|
|
||||||
bool UnQueueInputDetection(MappingButton* button)
|
bool UnQueueInputDetection(MappingButton* button)
|
||||||
{
|
{
|
||||||
|
button->ConfigChanged();
|
||||||
if (!std::erase(m_clicked_mapping_buttons, button))
|
if (!std::erase(m_clicked_mapping_buttons, button))
|
||||||
return false;
|
return false;
|
||||||
button->ConfigChanged();
|
|
||||||
UpdateInputDetectionStartTimer();
|
UpdateInputDetectionStartTimer();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user