wxWidgets/include/wx/stc
Vadim Zeitlin 1054bcb21f Fix wxStyledTextCtrl::SetInsertionPointEnd().
This relied on SetInsertionPoint(-1) working like in wxTextCtrl but it didn't.
Add an explicit check to it for consistency with the other classes and to make
SetInsertionPointEnd() work.

Closes #15234.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-31 23:21:16 +00:00
..
private.h No changes, just simplify the code using wx2stc() a little. 2012-05-13 21:37:23 +00:00
stc.h Fix wxStyledTextCtrl::SetInsertionPointEnd(). 2013-05-31 23:21:16 +00:00