From 12443776a57b7556a1900eef0a7b18b9d6bf008f Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 21 Jul 2016 21:30:00 -0400 Subject: [PATCH] v0.4.1: fixed item slots not working in the blacksmith window --- .../shatteredpixeldungeon/windows/WndBlacksmith.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java index 606a43113..63eac89f3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndBlacksmith.java @@ -147,6 +147,7 @@ public class WndBlacksmith extends Window { ItemButton.this.onClick(); } }; + slot.enable(true); add( slot ); }