Changed main frame style to wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
00cb0756b4
commit
81e6573009
@ -118,7 +118,7 @@ public:
|
||||
|
||||
|
||||
MyDialog() : wxFrame( NULL, -1, _("regextest - wxRegEx Testing App"),
|
||||
wxPoint(20,20), wxSize(300,400) )
|
||||
wxPoint(20,20), wxSize(300,400), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL )
|
||||
{
|
||||
//Set the background to something light gray-ish
|
||||
SetBackgroundColour(wxColour(150,150,150));
|
||||
|
Loading…
Reference in New Issue
Block a user