diff --git a/Scripts/Python/xLinkingBookGUIPopup.py b/Scripts/Python/xLinkingBookGUIPopup.py index 7d7dcf4018..ee519bda0f 100644 --- a/Scripts/Python/xLinkingBookGUIPopup.py +++ b/Scripts/Python/xLinkingBookGUIPopup.py @@ -527,7 +527,7 @@ def IShowBookNoTreasure(self): gLinkingBook = ptBook(bookdef,self.key) gLinkingBook.setSize( width, height ) # make sure there is a cover to show - if showOpen and self.IsThereACover(bookdef): + if showOpen and not self.IsThereACover(bookdef): showOpen = 0 gLinkingBook.setGUI(gui) gLinkingBook.show(showOpen)