Skip to content

Commit

Permalink
Multiline indicator only shown if Body is available
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jun 1, 2021
1 parent 984cca0 commit d7be031
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ void DrawSuperProjectRef(string label, ref int currentOffset)

if (lines.Length == 1)
{
indicator.Render();
return;
}

Expand Down

0 comments on commit d7be031

Please sign in to comment.