improved focus handling, still need to handle the tab change

This commit is contained in:
dickelbeck 2010-01-22 19:59:54 +00:00
parent 7399fdc398
commit 9f062f377d
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ protected:
WinEDA_PcbFrame* myframe;
public:
LYRS( WinEDA_PcbFrame* aParent ) :
LAYER_WIDGET( aParent ),
LYRS( WinEDA_PcbFrame* aParent, wxWindow* aFocusOwner ) :
LAYER_WIDGET( aParent, aFocusOwner ),
myframe( aParent )
{
}