Closed darrenmothersele closed 10 years ago
After loading a file the editor crashes with EXC_BAD_ACCESS in EditorBuffer::getCurrentRow() probably due to cursor position not being set correctly.
This is now fixed by this commit: https://github.com/darrenmothersele/ofxEditor/commit/b4f4cb4454cad5dfc74bda76ca54d7e53e64c4e4
After loading a file the editor crashes with EXC_BAD_ACCESS in EditorBuffer::getCurrentRow() probably due to cursor position not being set correctly.