Browse Source

Merge branch 'fs_fix_SPE-2105' into master_27x

Filip Sykala - NTB T15p 1 year ago
parent
commit
ecacefa549
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/slic3r/Utils/EmbossStyleManager.hpp

+ 2 - 2
src/slic3r/Utils/EmbossStyleManager.hpp

@@ -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