Skip to content
Snippets Groups Projects
Commit 17860384 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: fix search box not closing properly if close animation was interrupted

parent 9dc00813
No related branches found
No related tags found
1 merge request!6704qml: fix search box not closing properly if close animation was interrupted
Pipeline #559199 passed with stages
in 30 minutes and 5 seconds
......@@ -78,6 +78,7 @@ FocusScope {
PropertyChanges {
target: textField
text: ""
width: 0.0
}
PropertyChanges {
......
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