mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Measure tool - Removed "Area" from the input UI.
Area is now shows as text decorator since be3354ece063c2c2abcb6f6904df7cd6865dee47
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user