some ping objects

This commit is contained in:
2017-02-11 22:40:50 +07:00
parent 1084c839a1
commit 5b26becc27
2 changed files with 11 additions and 2 deletions

View File

@@ -265,6 +265,7 @@ namespace FTEditor {
static void Tools_FlashTools_OpenSettings() {
var settings_holder = SwfEditorUtils.GetSettingsHolder();
Selection.objects = new Object[]{settings_holder};
EditorGUIUtility.PingObject(settings_holder);
}
[MenuItem("Tools/FlashTools/Reimport all swf files")]