mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Always show categories when filtering
This commit is contained in:
parent
f7854225fa
commit
479056efef
@ -44,10 +44,12 @@ Item
|
||||
{
|
||||
expandedCategories = definitionsModel.expanded.slice();
|
||||
definitionsModel.expanded = ["*"];
|
||||
definitionsModel.showAncestors = true
|
||||
}
|
||||
else
|
||||
{
|
||||
definitionsModel.expanded = expandedCategories;
|
||||
definitionsModel.showAncestors = false
|
||||
}
|
||||
lastFilterEmpty = _filterEmpty;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user