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:
@ -159,6 +159,7 @@ public class FpdModuleSA extends JDialog implements ActionListener {
|
|||||||
classConsumed = null;
|
classConsumed = null;
|
||||||
int tabIndex = jTabbedPane.indexOfTab("FV Info");
|
int tabIndex = jTabbedPane.indexOfTab("FV Info");
|
||||||
jTabbedPane.setSelectedIndex(tabIndex);
|
jTabbedPane.setSelectedIndex(tabIndex);
|
||||||
|
initFvInfo(moduleKey);
|
||||||
initPcdBuildDefinition(moduleKey);
|
initPcdBuildDefinition(moduleKey);
|
||||||
moduleId = WorkspaceProfile.getModuleId(moduleKey);
|
moduleId = WorkspaceProfile.getModuleId(moduleKey);
|
||||||
if (moduleId == null) {
|
if (moduleId == null) {
|
||||||
|
Reference in New Issue
Block a user