-1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -146,7 +146,7 @@ static bool IsDirectionKey(long keyCode);
 | 
			
		||||
// ----------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
wxLayoutWindow::wxLayoutWindow(wxWindow *parent)
 | 
			
		||||
              : wxScrolledWindow(parent, -1,
 | 
			
		||||
              : wxScrolledWindow(parent, wxID_ANY,
 | 
			
		||||
                                 wxDefaultPosition, wxDefaultSize,
 | 
			
		||||
                                 wxHSCROLL | wxVSCROLL |
 | 
			
		||||
                                 wxBORDER |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user