diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index 7466d1cf3..6d79a6d17 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -350,8 +350,7 @@ region: Rect() that specifies the region to be updated Note that this should be the exception. --]] function UIManager:_refresh(mode, region) - -- default mode is partial - mode = mode or "partial" + if not mode then return end -- special case: full screen partial update -- will get promoted every self.FULL_REFRESH_COUNT updates if not region and mode == "partial" then