Skip to content

Commit

Permalink
fix: fix recon poly width option overlay display value
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Apr 30, 2022
1 parent 80467d1 commit 8413096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/recon_poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def draw_text_callback(self):

draw_property(
self,
"{0}: {1:.1f}".format("Width" if self.inner_radius > 0 else "Radius", self.width * 2000),
"{0}: {1:.1f}".format("Width" if self.inner_radius > 0 else "Radius", self.width * 1000),
"(±{0:.1f}) | Shift (±{1:.1f})".format(self.base_width_factor * 1000, (self.base_width_factor / 10) * 1000),
active=self.key_no_modifiers,
alt_mode=self.key_shift_no_modifiers,
Expand Down

0 comments on commit 8413096

Please sign in to comment.