]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the FV information refresh problem for moduleSA settings in a platform.
authorjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 May 2007 02:35:44 +0000 (02:35 +0000)
committerjlin16 <jlin16@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 11 May 2007 02:35:44 +0000 (02:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2588 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdModuleSA.java

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