mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
codetools: fixed clearing errormsg, issue #32761, from Pascal
git-svn-id: branches/fixes_1_8@56579 -
This commit is contained in:
parent
2d59334c5a
commit
1f21a794e8
@ -1437,6 +1437,8 @@ begin
|
||||
fErrorLine:=-1;
|
||||
fErrorTopLine:=0;
|
||||
FErrorId:=0;
|
||||
FErrorMsg := '';
|
||||
FErrorDbgMsg := '';
|
||||
end;
|
||||
|
||||
procedure TCodeToolManager.ClearCurCodeTool;
|
||||
|
Loading…
Reference in New Issue
Block a user