X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2b4469be1759c89835d490a4ac608dd252da21d..70a7bd90f9bdafd5ffbc89fd0b79b9e900d7dd22:/src/gtk1/bmpbuttn.cpp diff --git a/src/gtk1/bmpbuttn.cpp b/src/gtk1/bmpbuttn.cpp index 7b51da0f9d..b209fabcc5 100644 --- a/src/gtk1/bmpbuttn.cpp +++ b/src/gtk1/bmpbuttn.cpp @@ -263,6 +263,11 @@ void wxBitmapButton::OnSetBitmap() } } +wxSize wxBitmapButton::DoGetBestSize() const +{ + return wxControl::DoGetBestSize(); +} + bool wxBitmapButton::Enable( bool enable ) { if ( !wxWindow::Enable(enable) )