mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-10 00:51:58 -07:00
CGradientValueData: fix toString() method (#5220)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user