Skip to content

Commit eaac12f

Browse files
revert try catch
1 parent ea0e0ee commit eaac12f

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
@@ -117,7 +117,6 @@ def SetEdgesVisibility(self, id, visibility):
117117

118118
def SetEdgesWidth(self, id, width):
119119
actor = self.get_object(id)["actor"]
120-
actor.GetProperty().UseLineWidthForEdgeThicknessOn()
121120
actor.GetProperty().SetEdgeWidth(width)
122121
self.render()
123122

0 commit comments

Comments
 (0)