summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
83ef387)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73378
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the image so long as the new cached bitmap size hasn't changed.
wxImage image;
// the image so long as the new cached bitmap size hasn't changed.
wxImage image;
- if (resetCache || m_originalImageSize.GetWidth() <= 0 || m_originalImageSize.GetHeight() <= -1)
+ if (resetCache || m_originalImageSize.GetWidth() <= 0 || m_originalImageSize.GetHeight() <= 0)
{
m_imageCache = wxNullBitmap;
{
m_imageCache = wxNullBitmap;