File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,11 +169,11 @@ MolComponentImpl classSide >> breakOnceOnComponentRemove [
169169]
170170
171171{ #category : #' *Molecule-IDE' }
172- MolComponentImpl >> inspectionComponent [
172+ MolComponentImpl >> inspectionComponent: aBuilder [
173173
174174 < inspectorPresentationOrder: 830 title: ' Component' >
175175
176- ^ SpRoassalInspectorPresenter new
176+ ^ (aBuilder instantiate: SpRoassalInspectorPresenter )
177177 canvas: (MolComponentToRoassal canvasFromSingleComponent: self );
178178 yourself
179179]
Original file line number Diff line number Diff line change 11Extension { #name : #MolHomeServices }
22
33{ #category : #' *Molecule-IDE' }
4- MolHomeServices >> inspectionDeployedComponentsGraph [
4+ MolHomeServices >> inspectionDeployedComponentsGraph: aBuilder [
55
66 < inspectorPresentationOrder: 1000 title: ' Deployed Components Graph' >
77 | canvas components |
@@ -10,7 +10,7 @@ MolHomeServices >> inspectionDeployedComponentsGraph [
1010 canvas := MolComponentToRoassal canvasFromMultipleComponents:
1111 components.
1212
13- ^ SpRoassalInspectorPresenter new
13+ ^ (aBuilder instantiate: SpRoassalInspectorPresenter )
1414 canvas: canvas;
1515 yourself
1616]
You can’t perform that action at this time.
0 commit comments