diff --git a/ide/etquickfixes.pas b/ide/etquickfixes.pas index d84f5c8392..8889f73c4f 100644 --- a/ide/etquickfixes.pas +++ b/ide/etquickfixes.pas @@ -316,7 +316,8 @@ begin CompOpts:=TIDEPackage(IDETool).LazCompilerOptions; if CompOpts.MessageFlags[Msg.MsgID]=cfvHide then exit; s:=Format(lisHideWithPackageOptionVm, [IntToStr(Msg.MsgID)]); - end; + end else + continue; Fixes.AddMenuItem(Self,Msg,s); end; inherited CreateMenuItems(Fixes);