mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt: Fix mapping of space, return, and mouse-clicks from immediately re-activating detection.
This commit is contained in:
@ -56,7 +56,7 @@ MappingButton::MappingButton(MappingWidget* parent, ControlReference* ref, bool
|
||||
setToolTip(
|
||||
tr("Left-click to detect input.\nMiddle-click to clear.\nRight-click for more options."));
|
||||
|
||||
connect(this, &MappingButton::pressed, this, &MappingButton::Detect);
|
||||
connect(this, &MappingButton::clicked, this, &MappingButton::Detect);
|
||||
|
||||
if (indicator)
|
||||
connect(parent, &MappingWidget::Update, this, &MappingButton::UpdateIndicator);
|
||||
|
Reference in New Issue
Block a user