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;
|
WinEDA_PcbFrame* myframe;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LYRS( WinEDA_PcbFrame* aParent ) :
|
LYRS( WinEDA_PcbFrame* aParent, wxWindow* aFocusOwner ) :
|
||||||
LAYER_WIDGET( aParent ),
|
LAYER_WIDGET( aParent, aFocusOwner ),
|
||||||
myframe( aParent )
|
myframe( aParent )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue