SynEdit: Ifdef Markup: force re-scan on markup change

git-svn-id: trunk@41406 -
This commit is contained in:
martin 2013-05-25 22:05:02 +00:00
parent 1eb0dfeab9
commit 3b13212b92

View File

@ -3655,6 +3655,7 @@ begin
if FIfDefTree = nil then
exit;
FIfDefTree.IncChangeStep; // force all validation to run
ValidateMatches;
SynEdit.Invalidate;
end;