git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@21 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7d828c05af
commit
8d29653d55
@ -155,6 +155,9 @@ public class UpdateGuids extends JFrame implements ActionListener {
|
|||||||
Remove original GUID declarations before saving updated ones
|
Remove original GUID declarations before saving updated ones
|
||||||
**/
|
**/
|
||||||
protected void save() {
|
protected void save() {
|
||||||
|
if (jTable.isEditing()) {
|
||||||
|
jTable.getCellEditor().stopCellEditing();
|
||||||
|
}
|
||||||
sfc.removeSpdGuidDeclaration();
|
sfc.removeSpdGuidDeclaration();
|
||||||
int rowCount = model.getRowCount();
|
int rowCount = model.getRowCount();
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user