mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 03:19:25 +02:00
charactermap: Less hints and warnings.
This commit is contained in:
parent
f79a5d6718
commit
b1d061e822
@ -31,7 +31,7 @@ implementation
|
|||||||
var
|
var
|
||||||
CharacterMapDialog: TCharacterMapDialog = nil;
|
CharacterMapDialog: TCharacterMapDialog = nil;
|
||||||
|
|
||||||
procedure ShowCharacterMapProc(ASender: TObject);
|
procedure ShowCharacterMapProc({%H-}ASender: TObject);
|
||||||
begin
|
begin
|
||||||
if CharacterMapDialog = nil then
|
if CharacterMapDialog = nil then
|
||||||
Application.CreateForm(TCharacterMapDialog, CharacterMapDialog);
|
Application.CreateForm(TCharacterMapDialog, CharacterMapDialog);
|
||||||
@ -59,7 +59,6 @@ end;
|
|||||||
procedure TCharacterMapDialog.InsertCharacter(const C: TUTF8Char);
|
procedure TCharacterMapDialog.InsertCharacter(const C: TUTF8Char);
|
||||||
var
|
var
|
||||||
FActiveEdit: TSourceEditorInterface;
|
FActiveEdit: TSourceEditorInterface;
|
||||||
synEdit: TSynEdit;
|
|
||||||
begin
|
begin
|
||||||
FActiveEdit := SourceEditorManagerIntf.ActiveSourceWindow.ActiveEditor;
|
FActiveEdit := SourceEditorManagerIntf.ActiveSourceWindow.ActiveEditor;
|
||||||
if Assigned(FActiveEdit) then
|
if Assigned(FActiveEdit) then
|
||||||
|
Loading…
Reference in New Issue
Block a user