]> git.proxmox.com Git - mirror_edk2.git/commitdiff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@21 6f19259b...
authorjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 04:14:20 +0000 (04:14 +0000)
committerjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Apr 2006 04:14:20 +0000 (04:14 +0000)
Tools/Source/PackageEditor/src/org/tianocore/packaging/UpdateGuids.java

index 294549c9c12507e8112893fbd4c13d047922d08f..943a782f4e029005092f82b468935832676d8bb8 100644 (file)
@@ -155,6 +155,9 @@ public class UpdateGuids extends JFrame implements ActionListener {
      Remove original GUID declarations before saving updated ones\r
     **/\r
     protected void save() {\r
+        if (jTable.isEditing()) {\r
+            jTable.getCellEditor().stopCellEditing();\r
+        }\r
         sfc.removeSpdGuidDeclaration();\r
         int rowCount = model.getRowCount();\r
         int i = 0;\r