Measure tool - Removed "Area" from the input UI.

Area is now shows as text decorator since be3354ece063c2c2abcb6f6904df7cd6865dee47
This commit is contained in:
Bruno Perdigão
2024-10-05 14:54:20 -03:00
parent 93457051da
commit ad74d02165
@@ -474,7 +474,6 @@ class PolylineDecorator:
"X": "X coord: ",
"Y": "Y coord: ",
"Z": "Z coord:",
"AREA": "Area: ",
}
try:
mouse_pos = self.event.mouse_region_x, self.event.mouse_region_y