projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec3100
)
don't disable caret blinking on non-MSW platforms
author
Václav Slavík
<vslavik@fastmail.fm>
Mon, 23 Oct 2006 17:38:45 +0000
(17:38 +0000)
committer
Vá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
patch
|
blob
|
blame
|
history
diff --git
a/src/univ/textctrl.cpp
b/src/univ/textctrl.cpp
index 5b1c204822080ef4c658bf2f1f6c0d388327f817..a799b0954bd1eec4347e8b483fef28fcb310e0ba 100644
(file)
--- 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
{