mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Add tests for window manager.
This commit is contained in:
@@ -60,7 +60,7 @@ else:
|
||||
|
||||
def qt_show():
|
||||
global app
|
||||
if app and window_manager.has_images():
|
||||
if app and window_manager.has_windows():
|
||||
app.exec_()
|
||||
else:
|
||||
print 'No images to show. See `imshow`.'
|
||||
|
||||
Reference in New Issue
Block a user