git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33176
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// local functions
// ----------------------------------------------------------------------------
+#ifndef __WXWINCE__
// apparently DrawThemeBackground() modifies the rect passed to it and if we
// don't call this function there are some drawing artifacts which are only
// visible with some non default themes; so modify the rect here so that it
rc.right += 4;
rc.bottom += 5;
}
+#endif
// ============================================================================
// implementation