Skip to content
Snippets Groups Projects
Commit 559981e7 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu
Browse files

qml: call loading changed handler on component completion in `MainViewLoader`

parent 5430057d
Branches 3.0.x
No related tags found
No related merge requests found
Pipeline #587110 passed with stage
in 18 minutes and 34 seconds
......@@ -138,6 +138,8 @@ Loader {
// NOTE: This call is useful to avoid a binding loop on currentComponent.
currentComponentChanged.connect(_updateView)
isLoadingChanged() // in case boolean default value is `true`, currently it is not
}
onModelChanged: resetFocus()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment