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

Commit cc9d641

Browse files
Renaming variable after merge
1 parent e2a1311 commit cc9d641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ private void BuildTree()
188188
{
189189
treeChanges = new Tree();
190190
treeChanges.DisplayRootNode = false;
191-
treeChanges.Selectable = true;
191+
treeChanges.Checkable = true;
192192
treeChanges.PathIgnoreRoot = Environment.RepositoryPath + Environment.FileSystem.DirectorySeparatorChar;
193193
treeChanges.PathSeparator = Environment.FileSystem.DirectorySeparatorChar.ToString();
194194

0 commit comments

Comments
 (0)