]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbmp.cpp
corrected off by 1 error in cMB2WC() call (thanks valgrind)
[wxWidgets.git] / src / gtk / statbmp.cpp
index 7bc4035a1830fab6072596d42d820c8a7c7d5204..6d6f82649c4fadc58eeb2b083441e546cb391c64 100644 (file)
@@ -38,8 +38,6 @@ bool wxStaticBitmap::Create( wxWindow *parent, wxWindowID id, const wxBitmap &bi
                              const wxPoint &pos, const wxSize &size,
                              long style, const wxString &name )
 {
-    m_needParent = TRUE;
-
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
     {