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:
@@ -745,7 +745,7 @@ void wxLineShape::DrawArrow(wxDC& dc, wxArrowHead *arrow, double xOffset, bool p
|
|||||||
|
|
||||||
dc.SetPen(* m_pen);
|
dc.SetPen(* m_pen);
|
||||||
if (arrow->_GetType() == ARROW_HOLLOW_CIRCLE)
|
if (arrow->_GetType() == ARROW_HOLLOW_CIRCLE)
|
||||||
dc.SetBrush(* g_oglWhiteBackgroundBrush);
|
dc.SetBrush(GetBackgroundBrush());
|
||||||
else
|
else
|
||||||
dc.SetBrush(* m_brush);
|
dc.SetBrush(* m_brush);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user