mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-07 21:33:38 +02:00
Merge branch 'master' of https://github.com/j-howell/calibre
This commit is contained in:
commit
4dbab0301e
1 changed files with 2 additions and 2 deletions
|
|
@ -255,8 +255,8 @@ def show_question(self):
|
|||
button = self.action_button if question.focus_action and question.action_callback is not None else \
|
||||
(self.bb.button(self.bb.Ok) if question.show_ok else self.bb.button(self.bb.Yes))
|
||||
button.setDefault(True)
|
||||
self.raise_()
|
||||
self.start_show_animation()
|
||||
self.raise_()
|
||||
self.start_show_animation()
|
||||
|
||||
def start_show_animation(self):
|
||||
if self.rendered_pixmap is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue