fix: red overlay

This commit is contained in:
Salikh Gurgenidze
2025-11-23 16:18:51 +04:00
parent 47e224f5f6
commit 112d109a6f
+5
View File
@@ -479,6 +479,11 @@ function Guda_ItemButton_SetItem(self, bagID, slotID, itemData, isBank, otherCha
if SetItemButtonTextureVertexColor then
SetItemButtonTextureVertexColor(self, 1.0, 1.0, 1.0)
end
-- Clear unusable overlay for empty slots ✅ FIX: Clear red overlay when item is sold
if self.unusableOverlay and self.unusableOverlay.Hide then
self.unusableOverlay:Hide()
end
end
-- Resize empty slot background to match icon size (slightly larger to ensure coverage)