Fix window focus after the last commit
Initialize m_disableFocusFromKbd, added by the parent commit, correctly to "false" and not "true". See https://github.com/wxWidgets/wxWidgets/pull/1516
This commit is contained in:
parent
bbdd5b4984
commit
005b6dc88b
@ -320,7 +320,7 @@ wxWindowBase::wxWindowBase()
|
||||
m_containingSizer = NULL;
|
||||
m_autoLayout = false;
|
||||
|
||||
m_disableFocusFromKbd = true;
|
||||
m_disableFocusFromKbd = false;
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
m_dropTarget = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user