uiterm: call uiDraw methods when View properties change

This commit is contained in:
Tim Cooper
2014-12-06 22:34:32 -04:00
parent 634e28f2d3
commit 0019ea7cb8
4 changed files with 14 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ func (l *Label) uiSetBounds(x0, y0, x1, y1 int) {
l.y0 = y0
l.x1 = x1
l.y1 = y1
l.uiDraw()
}
func (l *Label) uiDraw() {