mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Fix q4thread typo.
This commit is contained in:
@@ -37,7 +37,7 @@ else:
|
||||
def show(arr, block=True):
|
||||
global app
|
||||
|
||||
if not '-qt4thread' in sys.argv and app is None:
|
||||
if not '-q4thread' in sys.argv and app is None:
|
||||
app = QApplication([])
|
||||
|
||||
arr = prepare_for_display(arr)
|
||||
|
||||
Reference in New Issue
Block a user