Explorar el Código

wxGUI/psmap: remove setpdfwrite on Windows (#1961)

* remove setpdfwrite on windows

* setvmthreshold to 30mb
Stefan Blumentrath hace 3 años
padre
commit
b163eba934
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      gui/wxpython/psmap/frame.py

+ 2 - 1
gui/wxpython/psmap/frame.py

@@ -416,7 +416,8 @@ class PsMapFrame(wx.Frame):
                     "-dSAFER",
                     "-dCompatibilityLevel=1.4",
                     "-c",
-                    ".setpdfwrite",
+                    "30000000",
+                    "setvmthreshold",
                     "-f",
                     event.userData["filename"],
                 ]