Skip to content

Commit 1a3817a

Browse files
cleanup
1 parent 5677be7 commit 1a3817a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/opengeodeweb_viewer/object/object_methods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def SetPointsColor(self, id, color):
142142
def SetPolygonsVisibility(self, id, visibility):
143143
actor = self.get_object(id)["actor"]
144144
actor.SetVisibility(visibility)
145-
# actor.GetProperty().SetVisibility(visibility)
146145
self.render()
147146

148147
def SetPolygonsColor(self, id, color):

0 commit comments

Comments
 (0)