git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6795
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (m_brush.GetStyle() == wxSTIPPLE_MASK_OPAQUE)
{
if (m_brush.GetStyle() == wxSTIPPLE_MASK_OPAQUE)
{
- oldFgOld = ::GetTextColor(GetHdc());
- oldBgOld = ::GetBkColor(GetHdc());
+ colFgOld = ::GetTextColor(GetHdc());
+ colBgOld = ::GetBkColor(GetHdc());
if (m_textForegroundColour.Ok())
{ //just the oposite from what is expected see help on pattern brush
if (m_textForegroundColour.Ok())
{ //just the oposite from what is expected see help on pattern brush
if (m_brush.GetStyle() == wxSTIPPLE_MASK_OPAQUE)
{
if (m_brush.GetStyle() == wxSTIPPLE_MASK_OPAQUE)
{
- oldFgOld = ::GetTextColor(GetHdc());
- oldBgOld = ::GetBkColor(GetHdc());
+ colFgOld = ::GetTextColor(GetHdc());
+ colBgOld = ::GetBkColor(GetHdc());
if (m_textForegroundColour.Ok())
{ //just the oposite from what is expected see help on pattern brush
if (m_textForegroundColour.Ok())
{ //just the oposite from what is expected see help on pattern brush