akorin icon indicating copy to clipboard operation
akorin copied to clipboard

Selected line out of bounds crash

Open TheLostCookie opened this issue 4 years ago • 0 comments

When the currently opened project's selected line is greater than the number of lines available in a newly opened fire, an OutOfRangeException occurs.

For example, suppose the the project "SavedProject" only has 5 lines in total, and the current project open in the application has the sixth line selected. Opening SavedProject in this state results in this bug.

TheLostCookie avatar Apr 14 '21 06:04 TheLostCookie