- in Distance Plugin made sure that the 0.0 value for the angle is displayed
This commit is contained in:
@@ -594,7 +594,7 @@ class Distance(AppTool):
|
||||
return angle
|
||||
|
||||
def display_angle(self, val):
|
||||
if val:
|
||||
if val is not None:
|
||||
self.ui.angle_entry.set_value(str(self.app.dec_format(val, self.decimals)))
|
||||
|
||||
def display_start(self, val):
|
||||
|
||||
Reference in New Issue
Block a user