Don't override DoGetBestSize() in wxGenericStaticText, it's unnecessary.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Dec 2009 15:56:21 +0000 (15:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Dec 2009 15:56:21 +0000 (15:56 +0000)
commitf26c1c3e4a1b76ac1ae03bc0bc1ec2393494e144
treec7e99c23eab565affdefba0b4affc768c0c73249
parentd7d943a71cff6dda4888e7c5aa6a084d787ac843
Don't override DoGetBestSize() in wxGenericStaticText, it's unnecessary.

The base class already does exactly the same thing -- except that it also
accounts for the borders properly.

Also fix access for a couple of DoXXX() member functions which should be
protected and an event handler which can be private.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/stattextg.h
src/generic/stattextg.cpp