mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
93dd153fc4
Unlike QPainter::setRenderHints(), QGraphicsView::setRenderHints() set the render hints to flags passed as parameter, so QPainter::TextAntialiasing flag is cleared. changint it to setRenderHint or adding QPainter::TextAntialiasing value fixes the AA text rendering.