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…
Add table
Add a link
Reference in a new issue