IDE: codetools error: scroll in Messages window

git-svn-id: branches/fixes_1_4@48083 -
This commit is contained in:
mattias 2015-03-01 14:28:05 +00:00
parent 2ba10e8051
commit 6d838f118c

View File

@ -9333,7 +9333,8 @@ begin
'Codetools');
Msg.Flags:=Msg.Flags+[mlfLeftToken];
end else
MessagesView.AddCustomMessage(mluError,CodeToolBoss.ErrorMessage,'Codetools');
Msg:=MessagesView.AddCustomMessage(mluError,CodeToolBoss.ErrorMessage,'Codetools');
MessagesView.SelectMsgLine(Msg);
// jump to error in source editor
if CodeToolBoss.ErrorCode<>nil then begin