IDE: jump to next/prev error: fixed direction

git-svn-id: trunk@36751 -
This commit is contained in:
mattias 2012-04-13 16:24:06 +00:00
parent 400abd9665
commit dff0b6499a

View File

@ -3367,10 +3367,10 @@ begin
DoRunFile;
ecJumpToPrevError:
DoJumpToNextError(true);
DoJumpToNextError(false);
ecJumpToNextError:
DoJumpToNextError(false);
DoJumpToNextError(true);
ecFindInFiles:
DoFindInFiles;