@itwin/core-frontend 3.6.0-dev.38 → 3.6.0-dev.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -747,8 +747,8 @@ export class MeasureAreaByPointsTool extends PrimitiveTool {
|
|
|
747
747
|
this._orientationValue = updatedValue.value;
|
|
748
748
|
if (!this._orientationValue)
|
|
749
749
|
return false;
|
|
750
|
-
await this.onReinitialize();
|
|
751
750
|
IModelApp.toolAdmin.toolSettingsState.saveToolSettingProperty(this.toolId, { propertyName: MeasureAreaByPointsTool._orientationName, value: this._orientationValue });
|
|
751
|
+
await this.onReinitialize();
|
|
752
752
|
return true;
|
|
753
753
|
}
|
|
754
754
|
return false;
|