Ticket #13646 (closed enhancement: fixed)
wxStyledTextCtrl::GetLineText() bugfix
| Reported by: | troelsk | Owned by: | vadz |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.5 |
| Component: | wxStyledText | Version: | 2.9-svn |
| Keywords: | wxStyledTextCtrl wxTextAreaBase | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
The implementation is wrong, trailing newline(s) are not stripped
virtual wxString GetLineText(long n) const { return GetLine(n); }
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

