summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOleg Yadrov <oleg.yadrov@qt.io>2017-10-02 10:27:10 -0400
committerGabriel de Dietrich <gabriel.dedietrich@qt.io>2017-10-05 17:04:07 +0000
commit5ff9d6a470dbcf424f2f43206ab6ab6eb91edcc1 (patch)
treeeb2424ff6dfb579aaa962f218e094b932fe41cec /configure.json
parent08e083e682d92290e36e4fb09abaf0318575dd41 (diff)
QMacStyle: smooth QMenu corners for real
It's been for years that QMenu's rounded corners in qmacstyle_mac were done via QWidget::setMask(QRegion). Unfortunately, QRegion mask does not work well with retina displays and also does not support translucency. That's why in this change we explicitly make QMenu's background transparent and then draw a rectangle with rounded corners in QMacStyle::drawPrimitive(PE_PanelMenu). This not only gives much better result than the mask-based approach, but also de-HIThemes QMenu. As a consequence, QComboBoxPrivateContainer doesn't get any mask from QMacStyle anymore. Therefore, when the mask is empty, we need to paint PE_PanelMenu before invoking QFrame's paint event handler. Made-with: Gabriel de Dietrich <gabriel.dedietrich@qt.io> Change-Id: Ia9236176113f23b86e45507fa6ddf77236084ce3 Reviewed-by: Oleg Yadrov <oleg.yadrov@qt.io> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'configure.json')
0 files changed, 0 insertions, 0 deletions