From: Václav Slavík Date: Mon, 23 Oct 2006 17:38:45 +0000 (+0000) Subject: don't disable caret blinking on non-MSW platforms X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8ddf534ad58c683dac05a5d2df48f795cbb90bf4?ds=inline don't disable caret blinking on non-MSW platforms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/textctrl.cpp b/src/univ/textctrl.cpp index 5b1c204822..a799b0954b 100644 --- a/src/univ/textctrl.cpp +++ b/src/univ/textctrl.cpp @@ -4283,9 +4283,6 @@ void wxTextCtrl::CreateCaret() { // FIXME use renderer caret = new wxCaret(this, 1, GetLineHeight()); -#ifndef __WXMSW__ - wxCaret::SetBlinkTime(0); -#endif // __WXMSW__ } else {