mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-27 11:27:08 +08:00
removed the block= kwarg in the qt_plugin that i missed previously
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user