mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 09:57:36 +01:00
IDE: clean up
git-svn-id: trunk@34196 -
This commit is contained in:
parent
3608d8a050
commit
1f7b476a9c
@ -7225,7 +7225,7 @@ begin
|
||||
if SrcEdit = nil then
|
||||
Exit;
|
||||
CurFont:=SrcEdit.EditorComponent.Font;
|
||||
if (not CurFont.CanUTF8) and SystemCharSetIsUTF8
|
||||
if SystemCharSetIsUTF8
|
||||
and ((EditorOpts.DoNotWarnForFont='')
|
||||
or (EditorOpts.DoNotWarnForFont<>CurFont.Name))
|
||||
then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user