]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/imaglist.cpp
Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame
[wxWidgets.git] / src / msw / imaglist.cpp
index e6ca103540ceae81a791a5e230341e2057ee316b..1ad87888ba49c85dd0ac717ba7f45d1dc4822208 100644 (file)
@@ -167,7 +167,7 @@ bool wxImageList::Draw(int index, wxDC& dc, int x, int y,
 
        if ( solidBackground )
        {
-               wxBrush *brush = dc.GetBackground();
+               wxBrush *brush = dc.GetBackground();
                if ( brush && brush->Ok())
                {
                        wxColour col(brush->GetColour());