removed the block= kwarg in the qt_plugin that i missed previously

This commit is contained in:
sccolbert
2009-11-02 19:43:40 +01:00
parent 819150e726
commit 03b99a8389
+1 -1
View File
@@ -49,7 +49,7 @@ else:
# references to it
self.mgr.remove_window(self)
def qt_imshow(arr, block=True):
def qt_imshow(arr):
global app
if not app: