Skip to content

Commit

Permalink
Revert "fix issue 12680 [HDPI]The dot line disappeared between checkb… (
Browse files Browse the repository at this point in the history
#12798)

Revert "fix issue 12680 [HDPI]The dot line disappeared between checkbox and Expand/collapse in HDPI mode (#12706)"
  • Loading branch information
Epica3055 authored Jan 17, 2025
1 parent 6b1d138 commit e2942ed
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1916,10 +1916,6 @@ protected override void OnHandleCreated(EventArgs e)
{
PInvokeCore.SendMessage(this, PInvoke.TVM_SETINDENT, (WPARAM)_indent);
}
else if (ScaleHelper.IsScalingRequired)
{
PInvokeCore.SendMessage(this, PInvoke.TVM_SETINDENT, (WPARAM)ScaleHelper.ScaleToInitialSystemDpi(DefaultTreeViewIndent));
}

if (_itemHeight != -1)
{
Expand Down

0 comments on commit e2942ed

Please # to comment.