avoid PS region bug
svn: r14393
This commit is contained in:
parent
682d76d577
commit
3528308dfb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user