end GC when switching from smoothed to aligned, or vice-versa
svn: r7888
This commit is contained in:
parent
9b96716432
commit
ed323e756c
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user