1. Fix a bug about "Can't open a module/platform/package again after they are closed once"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1389 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hche10x 2006-08-26 01:51:56 +00:00
parent bf6aed4db5
commit fe1543a5eb

View File

@ -2477,13 +2477,11 @@ public class FrameworkWizardUI extends IFrame implements MouseListener, TreeSele
Identification id = null;
int intCategory = -1;
String path = null;
boolean isOpen = false;
try {
id = iTree.getSelectNode().getId();
intCategory = iTree.getSelectCategory();
isOpen = iTree.getSelectNode().isOpening();
if (!isOpen) {
//
// If the node is not opened yet
// Insert top level elements first
@ -2509,7 +2507,6 @@ public class FrameworkWizardUI extends IFrame implements MouseListener, TreeSele
openPlatform(path);
return;
}
}
//
// Show editor panel