do not scroll inventory items underneath modal dialog

This commit is contained in:
Howard Stearns 2019-03-08 14:27:56 -08:00
parent 986cc005f1
commit 8791252acd

View file

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