mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:28:46 +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: {
|
onAccepted: {
|
||||||
if(root.searchString !== searchField.text) {
|
if (root.searchString !== searchField.text) {
|
||||||
root.searchString = searchField.text;
|
root.searchString = searchField.text;
|
||||||
getMarketplaceItems();
|
getMarketplaceItems();
|
||||||
searchField.forceActiveFocus();
|
searchField.forceActiveFocus();
|
||||||
|
|
Loading…
Reference in a new issue