Fix proceed dialog pops up multiple times

This commit is contained in:
j-howell 2014-10-27 14:49:16 -04:00
parent 67ba10d3bf
commit 76aabcd46d

View File

@ -255,8 +255,8 @@ class ProceedQuestion(QWidget):
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: