Small Motif bug fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -354,7 +354,7 @@ void wxWindowDC::DrawEllipticArc( long x, long y, long width, long height, doubl
|
||||
XLOG2DEV_2 (x), YLOG2DEV_2 (y),wd,hd,start,end);
|
||||
}
|
||||
|
||||
if (!m_pen.Ok() && m_pen.GetStyle () != wxTRANSPARENT)
|
||||
if (m_pen.Ok() && m_pen.GetStyle () != wxTRANSPARENT)
|
||||
{
|
||||
if (m_autoSetting)
|
||||
SetPen (m_pen);
|
||||
|
Reference in New Issue
Block a user