~fredericp/zaluum/wip-ide

« back to all changes in this revision

Viewing changes to org.zaluum.ide.editor/src/org/zaluum/ide/editor/command/CreatePortCommand.java

  • Committer: Frederic Perez Ordeig
  • Date: 2009-12-17 11:22:39 UTC
  • mfrom: (200.1.22 zaluum)
  • Revision ID: frederic@zaluum.com-20091217112239-qycwncx3vzyx5ai3
merged
refactored clone
fixed instantiation port ordering

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
        @Override
80
80
        public void redo() {
81
 
                currentBox.addPort(port);
 
81
                currentBox.restorePort(port);
82
82
                currentBox.setBounds(newBounds);
83
83
        }
84
84