Applied part of patch [ 774826 ] Background colour and cursor handling

Set correct background for hollow line ends


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-12-11 06:30:50 +00:00
parent 83a08b3ed0
commit 1aec343ddb

View File

@@ -749,7 +749,7 @@ void wxLineShape::DrawArrow(wxDC& dc, wxArrowHead *arrow, double xOffset, bool p
dc.SetPen(* m_pen);
if (arrow->_GetType() == ARROW_HOLLOW_CIRCLE)
dc.SetBrush(* g_oglWhiteBackgroundBrush);
dc.SetBrush(GetBackgroundBrush());
else
dc.SetBrush(* m_brush);