From eb9dcf987699f194ccede39bb5d242616f58cb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Sat, 11 May 2024 19:50:15 +0200 Subject: [PATCH] Update boxeslistactionbutton.h Focus fix. --- src/core/GUI/boxeslistactionbutton.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/GUI/boxeslistactionbutton.h b/src/core/GUI/boxeslistactionbutton.h index cc8043908..c53cf46a1 100644 --- a/src/core/GUI/boxeslistactionbutton.h +++ b/src/core/GUI/boxeslistactionbutton.h @@ -71,6 +71,7 @@ class CORE_EXPORT BoxesListIconActionButton : public QPushButton public: BoxesListIconActionButton(QWidget *parent = nullptr) : QPushButton(parent) { + setFocusPolicy(Qt::NoFocus); setObjectName("FlatButton"); eSizesUI::widget.add(this, [this](const int size) { setFixedSize(size, size);