]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
xti updates
[wxWidgets.git] / src / generic / scrlwing.cpp
index 9ab5ebe316878f4320484e4ba50ad4679a321a30..a138011f0e4a56f2cc5951310b2dabd413965fb8 100644 (file)
@@ -1263,11 +1263,13 @@ wxGenericScrolledWindow::MSWWindowProc(WXUINT nMsg,
 {
     long rc = wxPanel::MSWWindowProc(nMsg, wParam, lParam);
 
+#ifndef __WXWINCE__
     // we need to process arrows ourselves for scrolling
     if ( nMsg == WM_GETDLGCODE )
     {
         rc |= DLGC_WANTARROWS;
     }
+#endif
 
     return rc;
 }