Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Property Grid expansion is off by default (will be a setting)
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed May 17, 2019
1 parent f9800f5 commit 9fb07ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BrawlCrate/UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,8 @@ public unsafe void resourceTree_SelectionChanged(object sender, EventArgs e)
}

propertyGrid1.SelectedObject = node;
propertyGrid1.ExpandAllGridItems();
if(false)
propertyGrid1.ExpandAllGridItems();
setScrollOffset?.Invoke();

if (node is IBufferNode && MainForm.Instance.ShowHex)
Expand Down

0 comments on commit 9fb07ad

Please sign in to comment.