oops, forgot to remove a bit of test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4100,7 +4100,7 @@ void wxWindowMSW::OnEraseBackground(wxEraseEvent& event)
|
||||
RECT rect;
|
||||
::GetClientRect(GetHwnd(), &rect);
|
||||
|
||||
wxColour backgroundColour( /*m_backgroundColour*/ GetBackgroundColour());
|
||||
wxColour backgroundColour( GetBackgroundColour());
|
||||
COLORREF ref = PALETTERGB(backgroundColour.Red(),
|
||||
backgroundColour.Green(),
|
||||
backgroundColour.Blue());
|
||||
|
Reference in New Issue
Block a user