From a12015c0d1cabca9799564d4f17bb8dd737996b6 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Mon, 10 Nov 2014 16:48:16 +0100 Subject: [PATCH] Force the dictionary popup to do a partial update. It was done the other way around on purpose, so I probably broke some very specific use-case ;). Feel free to shout at me ^^. --- frontend/ui/widget/dictquicklookup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/widget/dictquicklookup.lua b/frontend/ui/widget/dictquicklookup.lua index ec2e247fb..e3997e641 100644 --- a/frontend/ui/widget/dictquicklookup.lua +++ b/frontend/ui/widget/dictquicklookup.lua @@ -257,7 +257,7 @@ function DictQuickLookup:update() } } UIManager.repaint_all = true - UIManager.full_refresh = true + UIManager.partial_refresh = true end function DictQuickLookup:isPrevDictAvaiable()