git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11837
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Release();
hdc = new wxMemoryDC(surface_->hdc);
hdcOwned = true;
Release();
hdc = new wxMemoryDC(surface_->hdc);
hdcOwned = true;
+ if (width < 1) width = 1;
+ if (height < 1) height = 1;
bitmap = new wxBitmap(width, height);
((wxMemoryDC*)hdc)->SelectObject(*bitmap);
}
bitmap = new wxBitmap(width, height);
((wxMemoryDC*)hdc)->SelectObject(*bitmap);
}
Release();
hdc = new wxMemoryDC(surface_->hdc);
hdcOwned = true;
Release();
hdc = new wxMemoryDC(surface_->hdc);
hdcOwned = true;
+ if (width < 1) width = 1;
+ if (height < 1) height = 1;
bitmap = new wxBitmap(width, height);
((wxMemoryDC*)hdc)->SelectObject(*bitmap);
}
bitmap = new wxBitmap(width, height);
((wxMemoryDC*)hdc)->SelectObject(*bitmap);
}