Selects the new folder on creation. Also opens parent folder if not open

This commit is contained in:
Zevenberge 2018-05-05 11:55:16 +02:00
parent bf04e91293
commit 4640e093c3
1 changed files with 3 additions and 2 deletions

View File

@ -1533,8 +1533,9 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
tryOpenSourceFile(newFolder.child(0).filename);
}
}
updateTreeGraph();
}
updateTreeGraph();
_wsPanel.selectItem(newFolder);
}
}
};
return dialog;