Fix the FV information refresh problem for moduleSA settings in a platform.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2588 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jlin16 2007-05-11 02:35:44 +00:00
parent e691bc98c3
commit 67f0964a33
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ public class FpdModuleSA extends JDialog implements ActionListener {
classConsumed = null;
int tabIndex = jTabbedPane.indexOfTab("FV Info");
jTabbedPane.setSelectedIndex(tabIndex);
initFvInfo(moduleKey);
initPcdBuildDefinition(moduleKey);
moduleId = WorkspaceProfile.getModuleId(moduleKey);
if (moduleId == null) {