SDK:
- update ModelImportTool AssetKey property display on each load git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9474 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
e5f8a05055
commit
4df4fa8ed9
@ -87,11 +87,11 @@ public final class ModelImporterVisualPanel1 extends JPanel {
|
||||
if (data != null) {
|
||||
((AssetDataObject) dataObject).getLookupContents().add(manager);
|
||||
mainKey = data.getAssetKey();
|
||||
updateProperties(mainKey);
|
||||
}
|
||||
} catch (DataObjectNotFoundException ex) {
|
||||
Exceptions.printStackTrace(ex);
|
||||
}
|
||||
updateProperties(mainKey);
|
||||
panel.fireChangeEvent();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user