mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
Small fix in polyline input ui decorator.
This commit is contained in:
@@ -492,6 +492,7 @@ class PolylineDecorator:
|
|||||||
new_line = 20
|
new_line = 20
|
||||||
for i, (key, field_name) in enumerate(texts.items()):
|
for i, (key, field_name) in enumerate(texts.items()):
|
||||||
|
|
||||||
|
if self.input_ui:
|
||||||
if self.tool_state and key != self.tool_state.input_type:
|
if self.tool_state and key != self.tool_state.input_type:
|
||||||
formatted_value = self.input_ui.get_formatted_value(key)
|
formatted_value = self.input_ui.get_formatted_value(key)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user