Add wxCLOSE_BOX to wxFL samples (consider using wxDEFAULT_FRAME_STYLE).
Whitespace/typo fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -622,7 +622,7 @@ wxWindow* MyFrame::CreateDevLayout( wxFrameLayout& layout, wxWindow* pParent )
|
||||
{
|
||||
bool isNested = (pParent != mpInternalFrm);
|
||||
|
||||
// check if we're craeting nested layout
|
||||
// check if we're creating nested layout
|
||||
if ( isNested )
|
||||
{
|
||||
layout.mBorderPen.SetColour( 128,255,128 );
|
||||
|
Reference in New Issue
Block a user