diff --git a/ankiqt/ui/help.py b/ankiqt/ui/help.py index 564b127b9..c7742fa24 100644 --- a/ankiqt/ui/help.py +++ b/ankiqt/ui/help.py @@ -41,7 +41,8 @@ class HelpArea(object): def showText(self, text, py={}): if "hide" in self.handlers: - self.handlers["hide"]() + if self.handlers['hide'] != py['hide']: + self.handlers["hide"]() self.show() self.buffer = text self.addHider()