fixed unreachable code warning (MSVC6)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
53a26bf774
commit
0f770734ae
@ -881,10 +881,9 @@ WXHANDLE wxNotebook::QueryBgBitmap(wxWindow *win)
|
||||
|
||||
return (WXHANDLE)c;
|
||||
}
|
||||
else // we are asked to create the brush
|
||||
{
|
||||
return (WXHANDLE)::CreatePatternBrush(hBmp);
|
||||
}
|
||||
|
||||
// else we are asked to create the brush
|
||||
return (WXHANDLE)::CreatePatternBrush(hBmp);
|
||||
}
|
||||
|
||||
void wxNotebook::UpdateBgBrush()
|
||||
|
Loading…
Reference in New Issue
Block a user