- M_BRUSHDATA->m_style = wxSTIPPLE_MASK_OPAQUE;
- else
- M_BRUSHDATA->m_style = wxSTIPPLE;
-
- if (wxTheBrushList) wxTheBrushList->AddBrush(this);
-}
-
-wxBrush::wxBrush(const wxBrush &brush)
-{
- Ref(brush);
-
- if (wxTheBrushList) wxTheBrushList->AddBrush(this);