TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE.

[GB.GUI.BASE]
* BUG: TreeView: Remove the debugging red rectangle drawn when 'ShowCheck' property is TRUE.
This commit is contained in:
Benoît Minisini 2023-07-28 00:11:38 +02:00
parent 8028545612
commit 519bfa5a1d

View file

@ -664,7 +664,7 @@ Public Sub GridView_Draw(X As Integer, Y As Integer, W As Integer, H As Integer,
Style.PaintCheck(XD, Y + (H - HC) \ 2, HC, HC, hItem.Selected)
Endif
Paint.DrawRect(XD, Y + (H - HC) \ 2, HC, HC, Color.Red)
'Paint.DrawRect(XD, Y + (H - HC) \ 2, HC, HC, Color.Red)
X += $iDepthW + Desktop.Scale \ 2