mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 23:06:00 +01:00
CGradientValueData: fix toString() method (#5220)
This commit is contained in:
parent
9bad62b85f
commit
c7c0e795d2
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class CGradientValueData : public ICustomConfigValueData {
|
||||||
}
|
}
|
||||||
|
|
||||||
result += std::format("{}deg", (int)(m_fAngle * 180.0 / M_PI));
|
result += std::format("{}deg", (int)(m_fAngle * 180.0 / M_PI));
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue