mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 11:22:33 +02:00
IDE: Keymapping "Check consistency" errors, call CreateNew for a resourceless form.
git-svn-id: trunk@30021 -
This commit is contained in:
parent
8b7d161446
commit
8f00d7fd9d
@ -92,7 +92,7 @@ type
|
||||
|
||||
constructor TKeyMapErrorsForm.Create(AnOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AnOwner);
|
||||
inherited CreateNew(AnOwner);
|
||||
SetBounds((Screen.Width - 410) div 2, (Screen.Height - 260) div 2, 400, 250);
|
||||
Caption := dlgKeyMappingErrors;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user