mirror of https://github.com/acidanthera/audk.git
Refresh library instance selection UI for platform editor after library instance adding/deleting.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1984 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
83b3efca13
commit
8cc715257a
|
@ -561,7 +561,8 @@ public class FpdModuleSA extends JDialog implements ActionListener {
|
|||
}
|
||||
|
||||
private void showClassToResolved(){
|
||||
|
||||
libClassTableModel.setRowCount(0);
|
||||
libInstanceTableModel.setRowCount(0);
|
||||
if (classConsumed == null || classConsumed.size() == 0) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue