mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 06:22:35 +02:00
IDE: fixed Help button of options dialog
git-svn-id: trunk@23520 -
This commit is contained in:
parent
5ce50bc416
commit
0c05d303b6
@ -107,7 +107,10 @@ end;
|
||||
|
||||
procedure TIDEOptionsDialog.HelpButtonClick(Sender: TObject);
|
||||
begin
|
||||
ShowContextHelpForIDE(Self);
|
||||
if PrevEditor<>nil then
|
||||
ShowContextHelpForIDE(PrevEditor)
|
||||
else
|
||||
ShowContextHelpForIDE(Self);
|
||||
end;
|
||||
|
||||
procedure TIDEOptionsDialog.CategoryTreeChange(Sender: TObject;
|
||||
|
Loading…
Reference in New Issue
Block a user