More of the same.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-05-08 05:22:36 +00:00
parent 3a03c143c0
commit 1759c49133
2 changed files with 4 additions and 2 deletions

View File

@@ -526,7 +526,7 @@ bool wxBitmap::CreateFromImage (
{
wxCHECK_MSG(rImage.Ok(), FALSE, wxT("invalid image"));
m_refData = new wxBitmapRefData();
m_bFlip = TRUE;
int nSizeLimit = 1024 * 768 * 3;
int nWidth = rImage.GetWidth();