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: ...@@ -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 )
{ {
} }
......
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