removed hard tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -808,6 +808,7 @@ bool wxBitmap::CreateFromImage(const wxImage& image, int depth, WXHDC hdc)
|
|||||||
wxDIB dib(image);
|
wxDIB dib(image);
|
||||||
if ( !dib.IsOk() )
|
if ( !dib.IsOk() )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if ( depth == -1 )
|
if ( depth == -1 )
|
||||||
depth = dib.GetDepth(); // Get depth from image if none specified
|
depth = dib.GetDepth(); // Get depth from image if none specified
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user