* Fixes.
* Added end process notification in motif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -90,11 +90,8 @@ void WXSERIAL(wxBitmap)::LoadObject(wxObjectInputStream& s)
|
||||
w = data_s.Read16();
|
||||
h = data_s.Read16();
|
||||
|
||||
#ifdef __WXGTK__
|
||||
bitmap->Resize(w, h);
|
||||
#else
|
||||
bitmap->Create(w, h);
|
||||
#endif
|
||||
bitmap->SetWidth(w);
|
||||
bitmap->SetHeight(h);
|
||||
dc.SelectObject(*bitmap);
|
||||
|
||||
for (y=0;y<h;y++)
|
||||
|
Reference in New Issue
Block a user