mirror of https://github.com/acidanthera/audk.git
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:
parent
e691bc98c3
commit
67f0964a33
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue