Skip to content

Commit

Permalink
Span harmonization.
Browse files Browse the repository at this point in the history
  • Loading branch information
audunarn committed Sep 17, 2021
1 parent 5017818 commit 8e1fbf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ANYstructure_local/optimize_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,9 @@ def draw_select_canvas(self, opt_results = None, save_file = None):
vector = [coord2[0] - coord1[0], coord2[1] - coord1[1]]
self._canvas_select.create_line(coord1, coord2, width=6, fill=color)

# self._canvas_select.create_polygon(points, outline='#f11',
# fill='#1f1', width=2)

# drawing the point dictionary

for key,value in self._point_dict.items():
Expand Down

0 comments on commit 8e1fbf4

Please sign in to comment.