v1.4.0: removed str info in WndQuickBag, obscured some item sprites

This commit is contained in:
Evan Debenham
2022-08-10 14:10:11 -04:00
parent 23f9db82eb
commit 06daf06e8d

View File

@@ -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);