Merge pull request #15146 from howard-stearns/do-not-scroll-under-letterbox

do not scroll inventory items underneath modal dialog
This commit is contained in:
Howard Stearns 2019-03-08 15:27:44 -08:00 committed by GitHub
commit 1d52ed1524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -533,6 +533,7 @@ Rectangle {
ListView {
id: purchasesContentsList;
visible: purchasesModel.count !== 0;
interactive: !lightboxPopup.visible;
clip: true;
model: purchasesModel;
snapMode: ListView.NoSnap;