Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 22261be

Browse files
Setting the path seperator
1 parent 6a97608 commit 22261be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ChangesView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ private void BuildTree()
194194
treeChanges.ActiveNodeIcon = Styles.ActiveBranchIcon;
195195
treeChanges.NodeIcon = Styles.BranchIcon;
196196
treeChanges.FolderIcon = Styles.FolderIcon;
197+
treeChanges.PathSeparator = Environment.FileSystem.DirectorySeparatorChar.ToString();
197198
}
198199

199200
treeChanges.Load(gitStatusEntries.Select(entry => new GitStatusEntryTreeData(entry)).Cast<ITreeData>(), "Changes");

0 commit comments

Comments
 (0)