Apply strong focus policy to joystick mapping button as well. Fixes #1491

This commit is contained in:
Nadia Holmquist Pedersen 2022-07-31 21:16:48 +02:00
parent 98903f8076
commit 2ba7f961a6
1 changed files with 2 additions and 1 deletions

View File

@ -163,6 +163,7 @@ public:
setCheckable(true);
setText(mappingText());
setFocusPolicy(Qt::StrongFocus); //Fixes binding keys in macOS
connect(this, &JoyMapButton::clicked, this, &JoyMapButton::onClick);
@ -354,4 +355,4 @@ private:
int axesRest[16];
};
#endif // MAPBUTTON_H
#endif // MAPBUTTON_H