git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29541
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// focus to the panel from wxListTextCtrl because the text control should
// disappear when the user clicks outside it.
// focus to the panel from wxListTextCtrl because the text control should
// disappear when the user clicks outside it.
- wxWindow *oldFocus = FindFocus();
+ wxWindow *oldFocus = DoFindFocus();
if ( oldFocus && oldFocus->GetParent() == this )
{
if ( oldFocus && oldFocus->GetParent() == this )
{
{
/* The test in window.cpp fails as we are a composite
window, so it checks against "this", but not m_mainWin. */
{
/* The test in window.cpp fails as we are a composite
window, so it checks against "this", but not m_mainWin. */
- if ( FindFocus() != this )
+ if ( DoFindFocus() != this )