forked from wrldspawn/Themer
better fix for DProperties
This commit is contained in:
parent
57d4f913bd
commit
7cc32a815b
@ -51,7 +51,7 @@ local function ColorHack()
|
|||||||
cat.Label:SetText(name)
|
cat.Label:SetText(name)
|
||||||
|
|
||||||
cat.Container.Paint = function(pnl, w, h)
|
cat.Container.Paint = function(pnl, w, h)
|
||||||
self:GetSkin().tex.TextBox(0, 0, w, h)
|
self:GetSkin():PaintListBox(pnl, w, h)
|
||||||
end
|
end
|
||||||
|
|
||||||
self.Categories[name] = cat
|
self.Categories[name] = cat
|
||||||
|
Loading…
Reference in New Issue
Block a user