Fix fallback resolution in WaylandCursorTheme
If we find an cursor we shouldn't return null.
This commit is contained in:
parent
166d282a9f
commit
6ae4775651
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ wl_cursor_image *WaylandCursorTheme::get(Qt::CursorShape shape)
|
|||
break;
|
||||
}
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
if (!c || c->image_count <= 0) {
|
||||
return nullptr;
|
||||
|
|
Loading…
Reference in a new issue