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 ^^.
This commit is contained in:
NiLuJe
2014-11-10 16:48:16 +01:00
parent 6ae62f15fe
commit a12015c0d1

View File

@@ -257,7 +257,7 @@ function DictQuickLookup:update()
}
}
UIManager.repaint_all = true
UIManager.full_refresh = true
UIManager.partial_refresh = true
end
function DictQuickLookup:isPrevDictAvaiable()