mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
Clear settings search when pressing collapse all.
CURA-6959
This commit is contained in:
parent
72497f48f7
commit
4097256827
@ -195,8 +195,10 @@ Item
|
|||||||
|
|
||||||
onCollapseAllCategories:
|
onCollapseAllCategories:
|
||||||
{
|
{
|
||||||
|
settingsSearchTimer.stop()
|
||||||
|
filter.text = "" // clear search field
|
||||||
|
filter.editingFinished()
|
||||||
definitionsModel.collapseAllCategories()
|
definitionsModel.collapseAllCategories()
|
||||||
filter.updateDefinitionModel()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user