mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 15:29:00 +08:00
Merge branch 'fs_fix_SPE-2105' into master_27x
This commit is contained in:
commit
ecacefa549
@ -213,8 +213,8 @@ public:
|
||||
{
|
||||
return EmbossStyle::operator==(other) &&
|
||||
projection == other.projection &&
|
||||
distance == other.distance &&
|
||||
angle == other.angle;
|
||||
is_approx(distance, other.distance) &&
|
||||
is_approx(angle, other.angle);
|
||||
}
|
||||
|
||||
// cache for view font name with maximal width in imgui
|
||||
|
Loading…
x
Reference in New Issue
Block a user