From: Robin Dunn Date: Thu, 17 Jun 2004 21:40:55 +0000 (+0000) Subject: oops, forgot to remove a bit of test code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4105cbfb059664fb51a8f5e4c76824971c5e9b65 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 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 62e779db4a..a45b129a45 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -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());