Skip to content

Commit d65a41a

Browse files
committed
Don't allow focus on category widgets in the properties widget.
1 parent e86a446 commit d65a41a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/lc_propertieswidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ void lcPropertiesWidget::AddCategory(CategoryIndex Index, const QString& Title)
6464
mCurrentCategory->Category = Index;
6565

6666
lcCollapsibleWidgetButton* CategoryButton = new lcCollapsibleWidgetButton(Title);
67+
CategoryButton->setFocusPolicy(Qt::NoFocus);
6768

6869
mLayout->addWidget(CategoryButton, mLayoutRow, 0, 1, -1);
6970
mCurrentCategory->Button = CategoryButton;

0 commit comments

Comments
 (0)