рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -130,9 +130,9 @@ public class SPF_GetGraphFunctionPositions extends SilentSapforPass {
|
||||
int x = (int) (screenDims.getKey() * target.fgScreen);
|
||||
int y = (int) (screenDims.getValue() * target.fgScreen);
|
||||
Vector<String> visibleFuncNames = new Vector<>();
|
||||
if (showByCurrentFunction && Current.HasFunction()) {
|
||||
if (showByCurrentFunction && Global.mainModule.HasFunction()) {
|
||||
Vector<String> rawVisible =
|
||||
getNeighbors(Current.getFunction().funcName,
|
||||
getNeighbors(Global.mainModule.getFunction().funcName,
|
||||
depth,
|
||||
showIn,
|
||||
showOut);
|
||||
|
||||
Reference in New Issue
Block a user