diff --git a/Widgets/vtkImplicitPlaneRepresentation.cxx b/Widgets/vtkImplicitPlaneRepresentation.cxx
index 0286a48..a1fee2a 100644
--- a/Widgets/vtkImplicitPlaneRepresentation.cxx
+++ b/Widgets/vtkImplicitPlaneRepresentation.cxx
@@ -168,6 +168,7 @@ vtkImplicitPlaneRepresentation::vtkImplicitPlaneRepresentation()
   this->SphereActor->SetProperty(this->NormalProperty);
   this->CutActor->SetProperty(this->PlaneProperty);
   this->OutlineActor->SetProperty(this->OutlineProperty);
+  this->EdgesActor->SetProperty(this->EdgesProperty);
 
   // The bounding box
   this->BoundingBox = vtkBox::New();
