]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/rotate.cpp
renamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)
[wxWidgets.git] / samples / rotate / rotate.cpp
index c7eacc7ef7f78b292016bdbe8b8cf4be8a255db4..3a11213e83661f184d14e0668882f8ec5f3f77de 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include "wx/image.h"
+#include "wx/numdlg.h"
 
 /* GRG: This is not ANSI standard, define M_PI explicitly
 #include <math.h>       // M_PI
@@ -149,7 +150,7 @@ MyCanvas::MyCanvas(wxWindow* parent):
   wxScrolledWindow(parent, -1)
 {
     SetBackgroundColour (wxColour (0,80,60));
-    Clear();
+    ClearBackground();
 }
 
 // Rotate with interpolation and with offset correction