Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix input range check processing in "Go to" dialog. (#1826)
Fix the following issues: - When "Go to what" is "Line", specifying a line greater than the number of lines in the selected pane when opening the dialog navigates to the wrong line. (Navigate to a line equal to the number of lines in the pane selected when the dialog was opened.) - When "Go to what" is "Difference" in debug build, if a number larger than the number of comparison differences is specified, a debug error occurs in the CMergeEditView::SelectDiff() check process.
- Loading branch information