remove some trailing white spaces

This commit is contained in:
traycold
2012-04-15 16:05:44 +02:00
parent 1ff6ee44ba
commit 0350822ade
2 changed files with 17 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ function InputBox:delChar()
end
self.input_cur_x = self.input_cur_x - self.fwidth
--fill last character with blank rectangle
fb.bb:paintRect(self.input_cur_x, self.input_start_y-19,
fb.bb:paintRect(self.input_cur_x, self.input_start_y-19,
self.fwidth, self.fheight, self.input_bg)
fb:refresh(1, self.input_cur_x, self.input_start_y-19, self.fwidth, self.fheight)
self.input_string = self.input_string:sub(0,-2)