improved focus handling, still need to handle the tab change
This commit is contained in:
parent
7399fdc398
commit
9f062f377d
|
@ -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 )
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue