Don't attempt to take the size of invalid bitmap
This commit is contained in:
parent
435e3fab8d
commit
4c1da16d6f
|
@ -315,7 +315,7 @@ void BITMAP_BUTTON::OnPaint( wxPaintEvent& aEvent )
|
|||
if( bmpImg.IsOk() )
|
||||
bmpImg.SetScaleFactor( scale );
|
||||
}
|
||||
else
|
||||
else if( bmp.IsOk() )
|
||||
{
|
||||
bmpImg = bmp.GetBitmapFor( this );
|
||||
bmSize = bmpImg.GetSize();
|
||||
|
|
Loading…
Reference in New Issue