This commit is contained in:
daa 2017-03-18 13:21:42 +03:00
parent ff4aa6c848
commit f7c088eca7
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ impl UiModel {
pub fn scroll(&mut self, count: i64) -> ModelRect {
let (top, bot, left, right) = (self.top as i64, self.bot as i64, self.left, self.right);
println!("{}, {}, {}, {}", top, bot, left, right);
if count > 0 {
for row in top..(bot - count + 1) {