mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Remove unused TabletAddressDialog internal property, fixing BUGZ-1294
This commit is contained in:
parent
41d992a307
commit
780a081d16
1 changed files with 0 additions and 4 deletions
|
@ -225,10 +225,6 @@ StackView {
|
|||
verticalCenter: addressLineContainer.verticalCenter;
|
||||
}
|
||||
|
||||
onFocusChanged: {
|
||||
addressBarDialog.raised = focus;
|
||||
}
|
||||
|
||||
onTextChanged: {
|
||||
updateLocationText(text.length > 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue