]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbmp.cpp
OpenGL for GTK2 fixes.
[wxWidgets.git] / src / motif / statbmp.cpp
index 43e55139eec7c600b66333c38ddaff5890fe9ba1..c10ac0d74ae47a2031cf7c5cd5a2cfec71f5017f 100644 (file)
@@ -75,8 +75,6 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
     m_font = parent->GetFont();
     ChangeFont(FALSE);
 
-    SetCanAddEventHandler(TRUE);
-
     wxSize actualSize(size);
     // work around the cases where the bitmap is a wxNull(Icon/Bitmap)
     if (actualSize.x == -1)