Bug in GetLayerStyle()---in the "Type" field

Report any Hollywood bugs here
Post Reply
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

Bug in GetLayerStyle()---in the "Type" field

Post by PEB »

Test this code:

Code: Select all

EnableLayers()
LoadBrush(1, "Test.png")
DisplayBrush(1, 0, 0, {Name="BrushLayer"})
t=GetLayerStyle("BrushLayer")
DebugPrint(t.type); The field "type" is not initialized by GetLayerStyle()
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Bug in GetLayerStyle()---in the "Type" field

Post by airsoftsoftwair »

Confirmed, will be fixed.
Post Reply