Fix cursor repaint.

This commit is contained in:
daa
2017-09-07 22:53:32 +03:00
parent fab0002a56
commit a00d1ff65c
4 changed files with 24 additions and 16 deletions

View File

@@ -176,6 +176,7 @@ impl State {
}
fn queue_draw_area<M: AsRef<ModelRect>>(&mut self, rect_list: &[M]) {
//FIXME: extends by items before, then after
self.update_dirty_glyphs();
for rect in rect_list {