BC++ 32-bit makefile now copies setup.h to the correct place
Fixed compilo in treetest.cpp Fixed version numbers in make*.env Added dummy keyboard.rc so makefile.vc works git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -669,7 +669,7 @@ void MyTreeCtrl::CreateImageList(int size)
|
||||
}
|
||||
else
|
||||
{
|
||||
images->Add(wxBitmap(icons[i].ConvertToImage().Rescale(size, size)));
|
||||
images->Add(wxBitmap(wxBitmap(icons[i]).ConvertToImage().Rescale(size, size)));
|
||||
}
|
||||
}
|
||||
#endif // MSW/!MSW
|
||||
|
Reference in New Issue
Block a user