projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ActiveX events should be sent to the window, not it's parent.
[wxWidgets.git]
/
src
/
common
/
ctrlcmn.cpp
diff --git
a/src/common/ctrlcmn.cpp
b/src/common/ctrlcmn.cpp
index b46c4f8f8da1f3427ebae4f60e1fd0e27679edb6..de49faed1291af92846988a34479e16c8e9fdced 100644
(file)
--- a/
src/common/ctrlcmn.cpp
+++ b/
src/common/ctrlcmn.cpp
@@
-127,7
+127,7
@@
wxStaticBitmapBase::~wxStaticBitmapBase()
// this destructor is required for Darwin
}
-wxSize wxStaticBitmapBase::DoGetBest
Client
Size() const
+wxSize wxStaticBitmapBase::DoGetBestSize() const
{
wxBitmap bmp = GetBitmap();
if ( bmp.Ok() )