#include "wx/caret.h"
+#if wxUSE_CARET
+
#include "wx/msw/private.h"
// ---------------------------------------------------------------------------
m_hasCaret = FALSE;
CALL_CARET_API(DestroyCaret, ());
MSWCreateCaret();
- DoMove();
+ OnSetFocus();
}
}
+
+#endif