mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Don't allow focus on category widgets in the properties widget.
This commit is contained in:
@@ -64,6 +64,7 @@ void lcPropertiesWidget::AddCategory(CategoryIndex Index, const QString& Title)
|
||||
mCurrentCategory->Category = Index;
|
||||
|
||||
lcCollapsibleWidgetButton* CategoryButton = new lcCollapsibleWidgetButton(Title);
|
||||
CategoryButton->setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
mLayout->addWidget(CategoryButton, mLayoutRow, 0, 1, -1);
|
||||
mCurrentCategory->Button = CategoryButton;
|
||||
|
||||
Reference in New Issue
Block a user