>From: "william.crocker" >To: [email protected] >Subject: Re: [Interest] QPainterPath issue
On 06/20/2014 11:57 AM, VStevenP wrote: >> Am I using QPainterPath wrongly? Is there any way I can do the quadTo() such >> that it won't overwrite pixels which are not under the final curve it >> actually >> draws. It's erasing too many pixels. >Sounds like the system thinks your path is closed >and with an active fill brush. >But I defer to an expert. That was enough of a hint to help me figure out my problem. I still had an active brush from an earlier operation. Once I reset it to Qt::NoBrush, that fixed the problem. Thank you much for the tip. - VStevenP _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
