mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:17:08 +02:00
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:
commit
1d52ed1524
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ Rectangle {
|
||||||
ListView {
|
ListView {
|
||||||
id: purchasesContentsList;
|
id: purchasesContentsList;
|
||||||
visible: purchasesModel.count !== 0;
|
visible: purchasesModel.count !== 0;
|
||||||
|
interactive: !lightboxPopup.visible;
|
||||||
clip: true;
|
clip: true;
|
||||||
model: purchasesModel;
|
model: purchasesModel;
|
||||||
snapMode: ListView.NoSnap;
|
snapMode: ListView.NoSnap;
|
||||||
|
|
Loading…
Reference in a new issue