local DFrame = vgui.Create("DFrame")
DFrame:SetSize(500,500)
DFrame:SetTitle("Test")
DFrame:MakePopup()
local DP = vgui.Create("DPanel",DFrame)
DP:Dock(FILL)
DP:DockMargin(0,0,0,2)
for i=0,58 do
local but = vgui.Create("DImageButton",DP)
but:Dock(FILL)
but.Paint = function(s)
but:SetImage("icon16/delete.png")
end
end
P.S. Guess its because of recent filelib update and file.Exist check here. I think result atleast must be cached.
Details
Chromium: Default:
Steps to reproduce
P.S. Guess its because of recent filelib update and file.Exist check here. I think result atleast must be cached.