Commit 9f062f37 authored by dickelbeck's avatar dickelbeck

improved focus handling, still need to handle the tab change

parent 7399fdc3
......@@ -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 )
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment