Remove debug message
This commit is contained in:
parent
37ec962d1f
commit
a92951f891
@ -143,7 +143,6 @@ func (this *textBox) setAttr (attr tomo.Attr, user bool) {
|
|||||||
|
|
||||||
case tomo.AttrFace:
|
case tomo.AttrFace:
|
||||||
if this.attrFace.Set(attr, user) {
|
if this.attrFace.Set(attr, user) {
|
||||||
println("face set")
|
|
||||||
this.drawer.SetFace(attr.Face)
|
this.drawer.SetFace(attr.Face)
|
||||||
this.invalidateMinimum()
|
this.invalidateMinimum()
|
||||||
this.invalidateLayout()
|
this.invalidateLayout()
|
||||||
|
Loading…
Reference in New Issue
Block a user