dictionary window triggers refresh itself, not via show()

This commit is contained in:
Hans-Werner Hilse
2014-11-30 18:11:02 +00:00
parent afb59667c0
commit 8376e2f821
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ function ReaderDictionary:showDict(word, results, box)
-- differentiate between dict and wiki
wiki = self.wiki,
}
UIManager:show(self.dict_window)
UIManager:show(self.dict_window, nil, nil, "none")
end
end