mirror of
https://github.com/AndorsTrailRelease/ATCS.git
synced 2025-10-27 18:44:03 +01:00
misc
This commit is contained in:
@@ -157,8 +157,10 @@ public class UiUtils {
|
||||
E selectedValue = itemsList.getSelectedValue();
|
||||
if (selectedValue == null) return;
|
||||
GameDataElement referencedObj = getReferencedObj.doIt(selectedValue);
|
||||
ATContentStudio.frame.openEditor(referencedObj);
|
||||
ATContentStudio.frame.selectInTree(referencedObj);
|
||||
if (referencedObj != null) {
|
||||
ATContentStudio.frame.openEditor(referencedObj);
|
||||
ATContentStudio.frame.selectInTree(referencedObj);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user