mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +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: ",
|
"X": "X coord: ",
|
||||||
"Y": "Y coord: ",
|
"Y": "Y coord: ",
|
||||||
"Z": "Z coord:",
|
"Z": "Z coord:",
|
||||||
"AREA": "Area: ",
|
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
mouse_pos = self.event.mouse_region_x, self.event.mouse_region_y
|
mouse_pos = self.event.mouse_region_x, self.event.mouse_region_y
|
||||||
|
|||||||
Reference in New Issue
Block a user