Skip to content

Commit

Permalink
Update boxeslistactionbutton.h
Browse files Browse the repository at this point in the history
Focus fix.
  • Loading branch information
rodlie committed May 11, 2024
1 parent 57f99fa commit eb9dcf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/GUI/boxeslistactionbutton.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eb9dcf9

Please sign in to comment.