| Issue 332: | Incorrect type returned from cursor positioning in MTTextarea | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The calculation of "line" in "line_at_pos" could return a float instead of an integer which would cause problems for code wanting to use the line index as an index into a Python list. The entire calculation needs to be converted with int(). |
Owner: txprog
Labels: Milestone-0.5.1