this commit fixes #47

This commit is contained in:
ned 2015-08-29 15:05:24 -06:00
parent f9b0351285
commit be4ddec04a
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func (g *Gauge) Buffer() []Point {
case AlignRight:
pos = g.innerWidth - strWidth(s)
}
pos += g.innerX
for i, v := range rs {
p := Point{}