1. Fix the bug missing initialize ToolCode drop down list when add a new source file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1135 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -276,6 +276,7 @@ public class SourceFilesDlg extends IDialog {
|
|||||||
this.setTitle("Source Files");
|
this.setTitle("Source Files");
|
||||||
this.setViewMode(false);
|
this.setViewMode(false);
|
||||||
this.centerWindow();
|
this.centerWindow();
|
||||||
|
Tools.generateComboBoxByVector(iComboBoxToolCode, ed.getVToolCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user