X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5a5362e55572bcc057d014c5bdde81d75804653..4e15d1caa03346c126015019c1fdf093033ef40b:/src/gtk1/bmpbuttn.cpp diff --git a/src/gtk1/bmpbuttn.cpp b/src/gtk1/bmpbuttn.cpp index a0f54cd27f..109281084a 100644 --- a/src/gtk1/bmpbuttn.cpp +++ b/src/gtk1/bmpbuttn.cpp @@ -114,8 +114,6 @@ static void gtk_bmpbutton_release_callback( GtkWidget *WXUNUSED(widget), wxBitma // wxBitmapButton //----------------------------------------------------------------------------- -IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton,wxButton) - void wxBitmapButton::Init() { m_hasFocus = @@ -203,9 +201,9 @@ void wxBitmapButton::OnSetBitmap() if (!the_one.IsOk()) { - the_one = GetBitmapLabel(); - if (!the_one.IsOk()) - return; + the_one = GetBitmapLabel(); + if (!the_one.IsOk()) + return; } GdkBitmap *mask = NULL;