Fix editPart parameters
This commit is contained in:
parent
e6b9a2e17e
commit
b0103411d6
1 changed files with 2 additions and 2 deletions
|
|
@ -423,8 +423,8 @@ public class SBOLField2 extends JPanel implements ActionListener {
|
||||||
if(isComponentDefinition)
|
if(isComponentDefinition)
|
||||||
{
|
{
|
||||||
ComponentDefinition cd = (ComponentDefinition) sbolObj;
|
ComponentDefinition cd = (ComponentDefinition) sbolObj;
|
||||||
//ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc, false);
|
ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc, false);
|
||||||
ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc);
|
//ComponentDefinition editedCD = PartEditDialog.editPart(getParent(), null, cd, true, true, workingDoc);
|
||||||
if (editedCD == null) {
|
if (editedCD == null) {
|
||||||
// nothing was changed
|
// nothing was changed
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue