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/trunk@24729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
25a5f9a9e2
commit
52a73e5fe8
@ -745,7 +745,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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user