Fix net selector filter field focus on GTK.
This commit is contained in:
parent
e68df8e1d1
commit
7eeb1a19cf
|
@ -529,7 +529,9 @@ protected:
|
|||
|
||||
void doSetFocus( wxWindow* aWindow )
|
||||
{
|
||||
#ifndef __WXGTK__ // Cannot focus in non-toplevel windows on GTK
|
||||
KIPLATFORM::UI::ForceFocus( aWindow );
|
||||
#endif
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue