summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c433798)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51376
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
wxRichTextImage* image = wxDynamicCast(obj, wxRichTextImage);
}
wxRichTextImage* image = wxDynamicCast(obj, wxRichTextImage);
- if( image && !image->IsEmpty())
+ if( image && (!image->IsEmpty() || image->GetImageBlock().GetData()))
WriteImage( image, stream );
node2 = node2->GetNext();
WriteImage( image, stream );
node2 = node2->GetNext();