Clear -> ClearBackground

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-14 09:55:19 +00:00
parent b79a499394
commit 14112c7b78

View File

@@ -149,7 +149,7 @@ MyCanvas::MyCanvas(wxWindow* parent):
wxScrolledWindow(parent, -1)
{
SetBackgroundColour (wxColour (0,80,60));
Clear();
ClearBackground();
}
// Rotate with interpolation and with offset correction