summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2014-02-25 23:37:06 +1100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-26 12:58:00 +0100
commit66e5f8e9dcd11d136b707d13c7597019c99c54b8 (patch)
treea689c0995d9af189c6ab88354aa1a92bbe4f3f68 /src/platformsupport/fontdatabases
parentcea3f4d5357ae4417ff3624ecca32f9cd5d4c260 (diff)
eglfs: Improve cursors and hotspots
Improvements * Cursor atlas has been recreated using 32x32 cursors which avoids artifacts introduced from downscaling of the busy cursor * A white outline has been added to the cursors to improve visibility on black backgrounds * Hot spot positions have been tweaked; in particular, Qt::PointingHandCursor now has a correct hot spot at the tip of the index finger instead of the center The assert which checks that the number of hot spots equals the number of cursors had an off-by-one error as the first cursor is Qt::ArrowCursor which has an enum value of 0. To determine the number of cursors, 1 needs to be added to Qt::LastCursor. Change-Id: I266b6d4cc47d42219854aa5b7e2d8344eb3a920a Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/platformsupport/fontdatabases')
0 files changed, 0 insertions, 0 deletions