Don't enable dialog navigation inside wxFrame by default.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2013 22:49:53 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2013 22:49:53 +0000 (22:49 +0000)
commit35d6156ba4efddad24c032dce4f84ed383a9ce5c
tree391d22d0ef046b0175151c6a910bedc94980251d
parentef3ea7e50cb6f0706651c24047f96a25edb9b521
Don't enable dialog navigation inside wxFrame by default.

This was done, apparently accidentally, by r68366 and resulted in cursor arrow
keys not being sent by default to the wxFrame children under MSW any more as
they were used for dialog navigation instead.

So don't derive wxTopLevelWindow from wxNavigationEnabled<> any more and only
derive from it at wxDialog level.

Closes #15445.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dialog.h
include/wx/toplevel.h