Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit committed Dec 18, 2024
1 parent 7c0a8de commit 925f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/vdigit/wxdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def GetSelectedVertex(self, pos):

if not self._validLine(line):
return -1
Vect_read_line(poMapInfo, self.poPoints, self.poCats, lineNearest)
Vect_read_line(poMapInfo, self.poPoints, self.poCats, line)

minDist = 0.0
Gid = -1
Expand Down

0 comments on commit 925f212

Please sign in to comment.