mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-12-22 18:29:48 +01:00
thing
This commit is contained in:
parent
29159159f9
commit
f8de2a65db
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ bool CHyprcursorManager::loadThemeStyle(const SCursorStyleInfo& info) {
|
|||
|
||||
if (shape->shapeType == SHAPE_PNG) {
|
||||
for (auto& image : impl->loadedShapes[shape.get()].images) {
|
||||
if (image->side != info.size)
|
||||
if (image->side != std::round(info.size / shape->nominalSize))
|
||||
continue;
|
||||
|
||||
sizeFound = true;
|
||||
|
|
Loading…
Reference in a new issue