1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-30 06:35:24 +00:00

Fix list window refresh

This commit is contained in:
Ivan Habunek 2018-01-13 12:32:49 +01:00
parent e204722425
commit 53cd9442f8
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -132,7 +132,7 @@ class StatusListWindow:
0, # left 0, # left
self.region_top, self.region_top,
self.region_left, self.region_left,
self.region_height, self.region_height + 1, # +1 required to refresh full height, not sure why
self.region_width, self.region_width,
) )