avoid PS region bug

svn: r14393
This commit is contained in:
Matthew Flatt 2009-03-31 21:25:39 +00:00
parent 682d76d577
commit 3528308dfb

View File

@ -1114,6 +1114,8 @@ void wxRegion::InstallPS(wxPostScriptDC *dc, wxPSStream *s)
{
Bool oe;
if (!prgn) return; /* shouldn't happen */
s->Out("newpath\n");
oe = prgn->InstallPS(dc, s);