Merge branch 'feature_bottom_face' of https://github.com/Ultimaker/Cura into feature_bottom_face

This commit is contained in:
Remco Burema 2019-09-03 16:04:38 +02:00
commit d9b10e7180
2 changed files with 6 additions and 3 deletions

View file

@ -142,7 +142,7 @@ class SolidView(View):
# Color the currently selected face-id.
face = Selection.getSelectedFace()
uniforms["selected_face"] = (Selection.maxFaceSelectionId() + 1) if not face or node != face[0] else face[1]
uniforms["selected_face"] = (Selection.getMaxFaceSelectionId() + 1) if not face or node != face[0] else face[1]
except ValueError:
pass