Open Enyium opened 2 months ago
Consider this SlintPad demo:
export component Demo { Rectangle { property <color> color: black; } }
It generates the error message:
Cannot override property 'background'
I didn't name the property background, but color!
background
color
Hi,
it is meant the property <brush> background property that is present on the Rectangle. The color property is a remnants of old days and it's a reference to the background property.
property <brush> background
Rectangle
Consider this SlintPad demo:
It generates the error message:
I didn't name the property
background
, butcolor
!