.Draw, PdfDraw: fixed issue with SelectObject

git-svn-id: svn://ultimatepp.org/upp/trunk@2971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-01-08 10:31:13 +00:00
parent b083f632fd
commit bf7a0963ea
2 changed files with 2 additions and 1 deletions

View file

@ -329,6 +329,7 @@ GlyphInfo GetGlyphInfoSys(Font font, int chr)
li[q][i].lspc = li[q][i].rspc = 0;
}
#endif
::SelectObject(hdc, ohfont);
}
return li[q][chr & 255];
}