Painter critical fix

git-svn-id: svn://ultimatepp.org/upp/trunk@929 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-03-07 20:16:28 +00:00
parent e85b703499
commit 23aa0aad91

View file

@ -4,9 +4,9 @@ NAMESPACE_UPP
void BufferPainter::BeginOp()
{
attr.onpath = false;
attrstack.Add(attr);
attr.hasclip = false;
attr.onpath = false;
}
void BufferPainter::EndOp()