Re: [Development] Really bad graphics view text rendering in Qt 5 on Mac

2012-10-03 Thread Stephen Chu
So the problem went away after a reboot during weekend and the bug is thus marked as invalid. However another commenter indicated it's happening on his Mac too. I just retried the example and sure enough the problem shows up again. Can people running Qt 5 on Mac try the example in the report an

Re: [Development] Really bad graphics view text rendering in Qt 5 on Mac

2012-09-28 Thread Stephen Chu
On 9/28/12 4:03 PM, Stephen Chu wrote: > Just reported this bug: > > > Regardless of currently scaling factor, QGraphicsTextItem seems to be > rendered onto a back buffer with the same resolution as the screen > before copied onto the painting

[Development] Really bad graphics view text rendering in Qt 5 on Mac

2012-09-28 Thread Stephen Chu
Just reported this bug: Regardless of currently scaling factor, QGraphicsTextItem seems to be rendered onto a back buffer with the same resolution as the screen before copied onto the painting surface. __