Merge pull request #16079 from zfox23/fixGoToGrey

Remove unused TabletAddressDialog internal property, fixing BUGZ-1294
This commit is contained in:
Zach Fox 2019-08-20 15:35:43 -07:00 committed by GitHub
commit bc18ca21a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,10 +225,6 @@ StackView {
verticalCenter: addressLineContainer.verticalCenter;
}
onFocusChanged: {
addressBarDialog.raised = focus;
}
onTextChanged: {
updateLocationText(text.length > 0);
}