Missed field change

This commit is contained in:
Brian Buller 2015-10-21 11:46:14 -05:00
parent 3b810d6387
commit 5390cfa85a
1 changed files with 1 additions and 1 deletions

View File

@ -147,5 +147,5 @@ func (i *InputField) Draw() {
}
x, y := DrawStringAtPoint(strPt1, i.x+1, i.y+1, i.fg, i.bg)
termbox.SetCell(x, y, cursorRune, i.bg, i.fg)
DrawStringAtPoint(str_pt_2, x+1, y, i.fg, i.bg)
DrawStringAtPoint(strPt2, x+1, y, i.fg, i.bg)
}