better fix for DProperties

This commit is contained in:
worldspawn 2020-09-12 11:54:45 -06:00
parent 57d4f913bd
commit 7cc32a815b

View File

@ -51,7 +51,7 @@ local function ColorHack()
cat.Label:SetText(name)
cat.Container.Paint = function(pnl, w, h)
self:GetSkin().tex.TextBox(0, 0, w, h)
self:GetSkin():PaintListBox(pnl, w, h)
end
self.Categories[name] = cat