From: jlin16 Date: Fri, 11 May 2007 02:35:44 +0000 (+0000) Subject: Fix the FV information refresh problem for moduleSA settings in a platform. X-Git-Tag: edk2-stable201903~23312 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=67f0964a334af82bd054335f55ef3e43a63846b7 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 --- diff --git a/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdModuleSA.java b/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdModuleSA.java index e6df69ef10..b2d577e4dd 100644 --- a/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdModuleSA.java +++ b/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdModuleSA.java @@ -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) {