mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
QPainter::viewport() can be a too large rect to be passed as a clipping region to QPainter on Retina displays. QPainter in case of Retina displays tries to transform QRegion using scale matrix and fails with "QRegion: creating region from big polygon failed" warning message and disables painting completely. |
||
---|---|---|
.. | ||
text_block.cpp | ||
text_block.h | ||
text_entity.cpp | ||
text_entity.h | ||
text.cpp | ||
text.h |