mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
CR fixes
This commit is contained in:
parent
365be5f74c
commit
27fa0dc4c6
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
onAccepted: {
|
||||
if(root.searchString !== searchField.text) {
|
||||
if (root.searchString !== searchField.text) {
|
||||
root.searchString = searchField.text;
|
||||
getMarketplaceItems();
|
||||
searchField.forceActiveFocus();
|
||||
|
|
Loading…
Reference in a new issue