BUG: Closing ImageViewer shouldn't quit parent program

This commit is contained in:
Tony S Yu
2012-08-24 21:28:57 -04:00
parent 2c84a2135f
commit 2c0ff0543c
+1 -1
View File
@@ -126,7 +126,7 @@ class ImageViewer(QtGui.QMainWindow):
for p in self.plugins:
p.show()
super(ImageViewer, self).show()
sys.exit(qApp.exec_())
qApp.exec_()
def redraw(self):
self.canvas.draw_idle()