mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 04:08:21 +02:00
ide: fix position of show compiler options dialog
git-svn-id: trunk@29241 -
This commit is contained in:
parent
76b33a7035
commit
182df633e1
@ -234,7 +234,7 @@ begin
|
||||
try
|
||||
DoSaveSettings(Options);
|
||||
Options.TargetFilename:=GetTargetFilename;
|
||||
ShowCompilerOptionsDialog(Self, Options);
|
||||
ShowCompilerOptionsDialog(FDialog, Options);
|
||||
finally
|
||||
Options.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user