mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Merge pull request #1076 from Metallicow/HyperTreeList-Fix
Fix dc.DrawRectangleRect to dc.DrawRectangle
(cherry picked from commit 3aa4f289e9)
This commit is contained in:
@@ -953,7 +953,7 @@ class HyperTreeHeaderRenderer(object):
|
||||
dc.SetBrush(wx.Brush(color, wx.BRUSHSTYLE_SOLID))
|
||||
dc.SetBackgroundMode(wx.SOLID)
|
||||
dc.SetPen(wx.TRANSPARENT_PEN)
|
||||
dc.DrawRectangleRect(rect)
|
||||
dc.DrawRectangle(rect)
|
||||
|
||||
# Draw the column divider on the right
|
||||
x = rect.width + rect.x - 2
|
||||
|
||||
Reference in New Issue
Block a user