mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-27 05:45:59 +02:00
Fix running scripts filter initial state
This commit is contained in:
parent
5fde166a38
commit
d70faf5985
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ Window {
|
|||
anchors.bottomMargin: 8
|
||||
placeholderText: "filter"
|
||||
onTextChanged: scriptsModel.filterRegExp = new RegExp("^.*" + text + ".*$", "i")
|
||||
Component.onCompleted: scriptsModel.filterRegExp = new RegExp("^.*$", "i")
|
||||
}
|
||||
|
||||
TreeView {
|
||||
|
|
Loading…
Reference in a new issue