mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Prevent users from collapsing the category/parts lists. Closes #397.
This commit is contained in:
parent
e4f4ea2ef2
commit
fcd3f47e23
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@ lcPartSelectionWidget::lcPartSelectionWidget(QWidget* Parent)
|
|||
{
|
||||
mSplitter = new QSplitter(this);
|
||||
mSplitter->setOrientation(Qt::Vertical);
|
||||
mSplitter->setChildrenCollapsible(false);
|
||||
|
||||
mCategoriesWidget = new QTreeWidget(mSplitter);
|
||||
mCategoriesWidget->setHeaderHidden(true);
|
||||
|
|
Loading…
Reference in a new issue