fix previous commit
Questo commit è contenuto in:
parent
0c6b1a391b
commit
c294fa0d6e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
|
|
@ -292,8 +292,8 @@ class FeaturesWindow:
|
|||
if os.name == 'nt':
|
||||
# CREATE_NO_WINDOW
|
||||
p = Popen(['dvipng', '-bg', 'white', '-T', 'tight',
|
||||
creationflags=0x08000000, tmpfile + '.dvi', '-o',
|
||||
tmpfile + '.png'], cwd=gettempdir())
|
||||
tmpfile + '.dvi', '-o', tmpfile + '.png'],
|
||||
creationflags=0x08000000, cwd=gettempdir())
|
||||
else:
|
||||
p = Popen(['dvipng', '-bg', 'white', '-T', 'tight',
|
||||
tmpfile + '.dvi', '-o', tmpfile + '.png'], cwd=gettempdir())
|
||||
|
|
|
|||
Caricamento…
Add table
Crea riferimento in una nuova segnalazione