From 3f672b5894e22bb9f6d73ae1cfab1a1ce5b8c3d5 Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 23 Jul 2013 17:10:29 +0800 Subject: [PATCH] fix typo error that invalidate forced partial refresh --- frontend/ui/uimanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/uimanager.lua b/frontend/ui/uimanager.lua index 945be4fd7..edb88423b 100644 --- a/frontend/ui/uimanager.lua +++ b/frontend/ui/uimanager.lua @@ -200,7 +200,7 @@ function UIManager:run() if self._dirty[widget.widget] == "full" then force_full_refresh = true end - if self._dirty[widget.widget] == "patial" then + if self._dirty[widget.widget] == "partial" then force_patial_refresh = true end if self._dirty[widget.widget] == "fast" then