универсальный дофикс бага с перерисовкой деревьев

This commit is contained in:
2025-01-29 14:32:20 +03:00
parent f5e411c827
commit f7de2590b9
5 changed files with 6 additions and 20 deletions

View File

@@ -142,9 +142,5 @@ public class SPF_GetGraphFunctions extends SapforAnalysis {
Global.mainModule.getFile().form.ShowFunctions();
Global.mainModule.getPass(PassCode.SPF_GetGraphFunctionPositions).Do();
//--
DBProjectFile main=target.getMainProgramUnit();
if (main!=null){
Global.mainModule.getUI().getMainWindow().getProjectWindow().getFilesTreeForm().getTree().RefreshNode(main.node);
}
}
}