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:
parent
8028545612
commit
519bfa5a1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue