Add fallback cursor shape for "default" shape
Some cursor themes don't have "default" shape, so fallback to "left_ptr" with such themes. BUG: 477476
This commit is contained in:
parent
ee782c8a91
commit
cc2e6fc96c
1 changed files with 6 additions and 0 deletions
|
@ -349,6 +349,12 @@ QList<QByteArray> Cursor::cursorAlternativeNames(const QByteArray &name)
|
|||
QByteArrayLiteral("cross-reverse"),
|
||||
},
|
||||
},
|
||||
{
|
||||
QByteArrayLiteral("default"),
|
||||
{
|
||||
QByteArrayLiteral("left_ptr"),
|
||||
},
|
||||
},
|
||||
{
|
||||
QByteArrayLiteral("up_arrow"),
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue