mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix refactor bug: invalidate update_regions_func
This commit is contained in:
@@ -355,6 +355,7 @@ function UIManager:repaint()
|
||||
refresh(Screen, update_region.x-1, update_region.y-1,
|
||||
update_region.w+2, update_region.h+2)
|
||||
end
|
||||
self.update_regions_func = nil
|
||||
else
|
||||
refresh(Screen)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user