mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Fix spacebar not activating output mapping buttons.
This commit is contained in:
@ -18,7 +18,6 @@ class MappingButton : public ElidedButton
|
||||
public:
|
||||
MappingButton(MappingWidget* widget, ControlReference* ref, bool indicator);
|
||||
|
||||
void Detect();
|
||||
bool IsInput() const;
|
||||
|
||||
private:
|
||||
@ -27,6 +26,7 @@ private:
|
||||
void ConfigChanged();
|
||||
void AdvancedPressed();
|
||||
|
||||
void Clicked();
|
||||
void mouseReleaseEvent(QMouseEvent* event) override;
|
||||
|
||||
MappingWidget* m_parent;
|
||||
|
Reference in New Issue
Block a user