Skip to content

Commit

Permalink
Disable wordWrap to contract drawer used by ReflexDebuggerWindow
Browse files Browse the repository at this point in the history
Fixes issue #55
  • Loading branch information
gustavopsantos committed Jun 3, 2024
1 parent 5364e55 commit 31d282d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void DrawContracts(TreeViewItem<MyTreeElement> item, Rect rect, string[]

var style = new GUIStyle("CN CountBadge") // CN CountBadge, AssetLabel, AssetLabel Partial
{
wordWrap = true,
wordWrap = false,
stretchWidth = false,
stretchHeight = false,
fontStyle = FontStyle.Bold,
Expand Down

0 comments on commit 31d282d

Please sign in to comment.