We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9465adc commit af3c9d7Copy full SHA for af3c9d7
src/Logbert/Dialogs/Docking/FrmLogTree.cs
@@ -519,7 +519,7 @@ private void DrawNodeText(DrawTreeNodeEventArgs e)
519
bounds.Y -= 1;
520
bounds.X += 1;
521
522
- if (e.Node.Level == 0 && e.Node.PrevNode == null)
+ if (e.Node.Level == 0 && e.Node.Parent == null)
523
{
524
bounds = new Rectangle(
525
tvLoggerTree.Margin.Size.Width + ThemeManager.CurrentApplicationTheme.Resources.Images["FrmLogTreeNodeExpanded"].Width + 9
0 commit comments