From 06daf06e8d3f5d7a77f63b879e3cff311d7f135b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 10 Aug 2022 14:10:11 -0400 Subject: [PATCH] v1.4.0: removed str info in WndQuickBag, obscured some item sprites --- .../shatteredpixeldungeon/windows/WndQuickBag.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuickBag.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuickBag.java index fa3d5d517..d01828862 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuickBag.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/windows/WndQuickBag.java @@ -131,6 +131,7 @@ public class WndQuickBag extends Window { return null; //no tooltips here } }; + slot.showExtraInfo(false); slot.setRect(left, top, btnWidth, btnHeight); add(slot);