|
From: Bryan O. <oa...@ba...> - 2006-06-12 01:13:30
|
Has anybody seen these before? I haven't taken the time yet to make a small reproducible case, but they happen consistently during startup of my application. I get the following output repeated several times over: CGContextResetClip: invalid context CGContextIsPathEmpty: invalid context CGContextAddRect: invalid context doClip: invalid context CGContextSetRGBFillColor: invalid context Initial experimentation shows I get this for every label or ttk::label widget that has a -width option. When I remove the -width option the warnings seem to go away. And once my app fully initializes, the problem seems to go away. This is with a 8.5a4 build of tclkit for aqua; I don't remember exactly *which* build of tclkit, I didn't build it myself but grabbed it off the net, probably JCW's site. |