diff --git a/uppsrc/Painter/Context.cpp b/uppsrc/Painter/Context.cpp index 007487af5..b4bbe03bc 100644 --- a/uppsrc/Painter/Context.cpp +++ b/uppsrc/Painter/Context.cpp @@ -4,9 +4,9 @@ NAMESPACE_UPP void BufferPainter::BeginOp() { + attr.onpath = false; attrstack.Add(attr); attr.hasclip = false; - attr.onpath = false; } void BufferPainter::EndOp()