fix for a typo (== instead of =)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -423,7 +423,7 @@ wxHtmlImageCell::wxHtmlImageCell(wxWindow *window, wxFSFile *input,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( readImg )
|
if ( readImg )
|
||||||
#endif
|
#endif // wxUSE_GIF && wxUSE_TIMER
|
||||||
{
|
{
|
||||||
SetImage(wxImage(*s, wxBITMAP_TYPE_ANY));
|
SetImage(wxImage(*s, wxBITMAP_TYPE_ANY));
|
||||||
}
|
}
|
||||||
@@ -433,7 +433,8 @@ wxHtmlImageCell::wxHtmlImageCell(wxWindow *window, wxFSFile *input,
|
|||||||
{
|
{
|
||||||
if ( m_bmpW == -1 && m_bmpH == -1 )
|
if ( m_bmpW == -1 && m_bmpH == -1 )
|
||||||
{
|
{
|
||||||
m_bmpW == 29, m_bmpH = 31;
|
m_bmpW = 29;
|
||||||
|
m_bmpH = 31;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user