Small fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-08-04 07:24:05 +00:00
parent c5c16a3025
commit e8435fa381
8 changed files with 23 additions and 3 deletions

View File

@@ -2002,6 +2002,7 @@ void wxShape::ReadRegions(wxExpr *clause)
void wxShape::Copy(wxShape& copy)
{
copy.m_id = m_id;
copy.m_xpos = m_xpos;
copy.m_ypos = m_ypos;
copy.m_pen = m_pen;