end GC when switching from smoothed to aligned, or vice-versa

svn: r7888
This commit is contained in:
Matthew Flatt 2007-12-02 16:02:07 +00:00
parent 9b96716432
commit ed323e756c

View File

@ -930,6 +930,9 @@ Bool wxCanvasDC::GlyphAvailable(int c, wxFont *f)
void wxCanvasDC::SetAntiAlias(Bool v)
{
if (anti_alias != v) {
cMacDC->EndCG();
}
wxbCanvasDC::SetAntiAlias(v);
}