]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, forgot to remove a bit of test code
authorRobin Dunn <robin@alldunn.com>
Thu, 17 Jun 2004 21:40:55 +0000 (21:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 17 Jun 2004 21:40:55 +0000 (21:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index 62e779db4abbf9a8e8be52aac48900da0d0fa05a..a45b129a4539804cc72191275e6c8a80b88aa7fe 100644 (file)
@@ -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());