Fix opacity of the dictionary window

Brainfart from 6162c287e8

Forgot to zap the original UIManager:show(), so we were stacking two
identical widgets on top of each other, which obviously affected alpha.

Re #7029
pull/7099/head
NiLuJe 3 years ago committed by Frans de Jonge
parent 5db215e5ba
commit a5468ba385

@ -868,7 +868,6 @@ function ReaderDictionary:showDict(word, results, box, link)
end,
}
table.insert(self.dict_window_list, self.dict_window)
UIManager:show(self.dict_window)
if self.lookup_progress_msg then
-- If we have a lookup InfoMessage that ended up being displayed, make
-- it *not* refresh on close if it is hidden by our DictQuickLookup

Loading…
Cancel
Save