JohnDTill / Forscape

Scientific computing language
MIT License
176 stars 3 forks source link

Fix phrase paint cutoff and prevent linux zoom bug #115

Closed JohnDTill closed 1 year ago

JohnDTill commented 1 year ago

The last text in a phrase was not painting to the end of the screen. On Linux, QPainter::drawText has terrible bottlenecking performance at high zoom. Workaround by limiting max zoom for now.