Explorar o código

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

* remove setpdfwrite on windows

* setvmthreshold to 30mb
Stefan Blumentrath %!s(int64=3) %!d(string=hai) anos
pai
achega
b163eba934
Modificáronse 1 ficheiros con 2 adicións e 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"],
                 ]