made wxFindFocusedChild static, the comment wasn't telling truth anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,9 +230,7 @@ gdk_window_warp_pointer (GdkWindow *window,
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
// returns the child of win which currently has focus or NULL if not found
|
// returns the child of win which currently has focus or NULL if not found
|
||||||
//
|
static wxWindow *wxFindFocusedChild(wxWindowGTK *win)
|
||||||
// Note: can't be static, needed by textctrl.cpp.
|
|
||||||
wxWindow *wxFindFocusedChild(wxWindowGTK *win)
|
|
||||||
{
|
{
|
||||||
wxWindow *winFocus = wxWindowGTK::FindFocus();
|
wxWindow *winFocus = wxWindowGTK::FindFocus();
|
||||||
if ( !winFocus )
|
if ( !winFocus )
|
||||||
|
Reference in New Issue
Block a user