return correct value from Width property (C#) #144
Reference in New Issue
Block a user
No description provided.
Delete Branch "woehrl01-width"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CSSNode.Width
returns the wrong value. It returnsDIMENSION_HEIGHT
instead ofDIMENSION_WIDTH
.@woehrl01 great catch. Thanks!