Clear -> ClearBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -149,7 +149,7 @@ MyCanvas::MyCanvas(wxWindow* parent):
 | 
				
			|||||||
  wxScrolledWindow(parent, -1)
 | 
					  wxScrolledWindow(parent, -1)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    SetBackgroundColour (wxColour (0,80,60));
 | 
					    SetBackgroundColour (wxColour (0,80,60));
 | 
				
			||||||
    Clear();
 | 
					    ClearBackground();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Rotate with interpolation and with offset correction
 | 
					// Rotate with interpolation and with offset correction
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user