mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Merge pull request #16079 from zfox23/fixGoToGrey
Remove unused TabletAddressDialog internal property, fixing BUGZ-1294
This commit is contained in:
commit
bc18ca21a3
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