@@ -117,6 +117,7 @@ func (this *box) SetColor (c color.Color) {
}
func (this *box) SetTexture (texture canvas.Texture) {
if this.texture == texture { return }
this.texture = xcanvas.AssertTexture(texture)
this.invalidateDraw()
The note is not visible to the blocked user.