Fix running scripts filter initial state

This commit is contained in:
Brad Davis 2016-01-23 10:01:56 -08:00
parent 5fde166a38
commit d70faf5985

View file

@ -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 {