mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
do not scroll inventory items underneath modal dialog
This commit is contained in:
parent
986cc005f1
commit
8791252acd
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ Rectangle {
|
|||
ListView {
|
||||
id: purchasesContentsList;
|
||||
visible: purchasesModel.count !== 0;
|
||||
interactive: !lightboxPopup.visible;
|
||||
clip: true;
|
||||
model: purchasesModel;
|
||||
snapMode: ListView.NoSnap;
|
||||
|
|
Loading…
Reference in a new issue