mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
New Folder UI improvements
This commit is contained in:
parent
76cd052c4a
commit
f1a094536f
1 changed files with 4 additions and 0 deletions
|
@ -626,8 +626,12 @@ namespace IDE.ui
|
|||
let projectItem = AddProjectItem(projectFolder);
|
||||
if (projectItem != null)
|
||||
{
|
||||
projectItem.Open(true);
|
||||
Sort();
|
||||
mListView.UpdateAll();
|
||||
mListView.GetRoot().SelectItemExclusively(projectItem);
|
||||
mListView.EnsureItemVisible(projectItem, false);
|
||||
RenameItem(projectFolder);
|
||||
}
|
||||
if (projectFolder.mIncludeKind != .Auto)
|
||||
projectFolder.mProject.SetChanged();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue