]> git.saurik.com Git - wxWidgets.git/commitdiff
don't disable caret blinking on non-MSW platforms
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 23 Oct 2006 17:38:45 +0000 (17:38 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 23 Oct 2006 17:38:45 +0000 (17:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/textctrl.cpp

index 5b1c204822080ef4c658bf2f1f6c0d388327f817..a799b0954bd1eec4347e8b483fef28fcb310e0ba 100644 (file)
@@ -4283,9 +4283,6 @@ void wxTextCtrl::CreateCaret()
     {
         // FIXME use renderer
         caret = new wxCaret(this, 1, GetLineHeight());
-#ifndef __WXMSW__
-        wxCaret::SetBlinkTime(0);
-#endif // __WXMSW__
     }
     else
     {