~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/pipe/gui/canvas/DrawingSurfaceImpl.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
448
448
            if (pnObject.enableEditMode(true)) {
449
449
                guiModel.addPetriNetObject(pnObject);
450
450
                tabContent.getUndoManager().addEdit(new AddAnnotationNoteCommand(pnObject, guiModel));
451
 
            };
 
451
            }
452
452
            return pnObject;
453
453
        }
454
454