Skip to content

Commit

Permalink
undo one change
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Aug 16, 2024
1 parent 0b8e56e commit f949309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/jeff/JeffsOldUI/SnapPeaGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ def Recompute(self, event=None):

if (
# self.coef[i][0].get() == '' or self.coef[i][1].get() == '' or
self.coef[i][0].get() == 0.0 and self.coef[i][1].get() == 0.0):
(self.coef[i][0].get() == 0.0 and self.coef[i][1].get() == 0.0)):
self.triangulation.dehn_fill( (0,0), i)
self.coef[i][0].set('')
self.coef[i][1].set('')
Expand Down

0 comments on commit f949309

Please sign in to comment.